diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-10-19 23:48:47 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-10-19 23:48:47 +0000 |
commit | f99ee7cd9179e5c055a04aa94d77dc6eb3c94f89 (patch) | |
tree | 5d2770faddf78258d7c66167b7ac74d787c0cfb3 /llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp | |
parent | 7c299bc6fa1811226ed3440d9487393882f28eb0 (diff) | |
download | bcm5719-llvm-f99ee7cd9179e5c055a04aa94d77dc6eb3c94f89.tar.gz bcm5719-llvm-f99ee7cd9179e5c055a04aa94d77dc6eb3c94f89.zip |
Nuke a commented out bit that got missed a while back.
llvm-svn: 116883
Diffstat (limited to 'llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp b/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp index 37e15f4f1c1..7fb4616a9b6 100644 --- a/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp +++ b/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp @@ -1672,7 +1672,7 @@ emitPrologue(MachineFunction &MF) const { // Determine the sizes of each callee-save spill areas and record which frame // belongs to which callee-save spill areas. - unsigned GPRCSSize = 0/*, GPRCS2Size = 0*/, DPRCSSize = 0; + unsigned GPRCSSize = 0, DPRCSSize = 0; int FramePtrSpillFI = 0; // Allocate the vararg register save area. This is not counted in NumBytes. |