[PATCH] D21829: CodeGen: Use MachineInstr& in TargetLowering, NFC
Ahmed Bougacha via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 06:09:27 PDT 2016
ab added subscribers: dylanmckay, ab.
ab accepted this revision.
ab added a reviewer: ab.
ab added a comment.
This revision is now accepted and ready to land.
Looks straightforward enough, go for it!
================
Comment at: lib/Target/AVR/AVRISelLowering.h:95-97
@@ -94,5 +94,5 @@
MachineBasicBlock *
- EmitInstrWithCustomInserter(MachineInstr *MI,
+ EmitInstrWithCustomInserter(MachineInstr &MI,
MachineBasicBlock *MBB) const override;
----------------
This isn't defined anywhere, but it looks like Dylan is working on completing r268722.
http://reviews.llvm.org/D21829
More information about the llvm-commits
mailing list