[PATCH] D19222: Restructuring changes in preparation for enabling the x86 call frame optimization for 64-bit targets
David Kreitzer via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 06:43:57 PDT 2016
DavidKreitzer added inline comments.
================
Comment at: lib/Target/X86/X86CallFrameOptimization.cpp:108
@@ -107,2 +107,3 @@
const X86Subtarget *STI;
- const MachineRegisterInfo *MRI;
+ MachineRegisterInfo *MRI;
+ unsigned StackSlotSize;
----------------
The deletion of "const" here was accidental. I'll need to remove it in the next patch, but I'll add it back for this one.
http://reviews.llvm.org/D19222
More information about the llvm-commits
mailing list