[PATCH] D18627: [X86] Merge adjacent stack adjustments in eliminateCallFramePseudoInstr (PR27140)
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 12:49:33 PDT 2016
hans added a comment.
The actual merging was committed in r265039.
================
Comment at: lib/Target/Lanai/LanaiFrameLowering.cpp:142
@@ -141,3 +141,3 @@
void LanaiFrameLowering::eliminateCallFramePseudoInstr(
MachineFunction &MF, MachineBasicBlock &MBB,
----------------
jpienaar wrote:
> Thanks for updating this too. 'void' here should probably be 'MachineBasicBlock::iterator'.
Oops! Thanks for spotting this!
Repository:
rL LLVM
http://reviews.llvm.org/D18627
More information about the llvm-commits
mailing list