This is an archive of the discontinued LLVM Phabricator instance.

Add const overload of findRegisterUseOperand
ClosedPublic

Authored by arsenm on Aug 28 2015, 2:58 PM.

Details

Reviewers
hfinkel

Diff Detail

Event Timeline

arsenm updated this revision to Diff 33473.Aug 28 2015, 2:58 PM
arsenm retitled this revision from to Add const overload of findRegisterUseOperand.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
hfinkel accepted this revision.Sep 8 2015, 12:57 PM
hfinkel added a reviewer: hfinkel.
hfinkel added a subscriber: hfinkel.
hfinkel added inline comments.
include/llvm/CodeGen/MachineInstr.h
909

Can you please put the line break after the -> so that for formatting is not so painful. Otherwise, LGTM. I assume you'll be using this somewhere soon.

This revision is now accepted and ready to land.Sep 8 2015, 12:57 PM
arsenm closed this revision.Sep 8 2015, 1:22 PM

r247063