summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FrameLowering.cpp
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2011-12-01 19:15:08 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2011-12-01 19:15:08 +0000
commitf60485c4cf4d5c1d8a10ca2bac78e2f0b31b921a (patch)
tree424c2839cec1f704c625713aa0a5b21ed9f90c58 /llvm/lib/Target/X86/X86FrameLowering.cpp
parentfdddc271433427ac32712e1880e03a94f1d4f782 (diff)
downloadbcm5719-llvm-f60485c4cf4d5c1d8a10ca2bac78e2f0b31b921a.tar.gz
bcm5719-llvm-f60485c4cf4d5c1d8a10ca2bac78e2f0b31b921a.zip
Dummy commit to check commit access.
llvm-svn: 145619
Diffstat (limited to 'llvm/lib/Target/X86/X86FrameLowering.cpp')
-rw-r--r--llvm/lib/Target/X86/X86FrameLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86FrameLowering.cpp b/llvm/lib/Target/X86/X86FrameLowering.cpp
index 819d24203b2..1053a15b5f7 100644
--- a/llvm/lib/Target/X86/X86FrameLowering.cpp
+++ b/llvm/lib/Target/X86/X86FrameLowering.cpp
@@ -210,7 +210,7 @@ static
void mergeSPUpdatesDown(MachineBasicBlock &MBB,
MachineBasicBlock::iterator &MBBI,
unsigned StackPtr, uint64_t *NumBytes = NULL) {
- // FIXME: THIS ISN'T RUN!!!
+ // FIXME: THIS ISN'T RUN!!!
return;
if (MBBI == MBB.end()) return;
OpenPOWER on IntegriCloud