summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-08-11 23:00:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-08-11 23:00:31 +0000
commitf6a9d062410e0828f287f342c2f3061df17485dc (patch)
tree7f91a2d6293e5f09d1c9a6f3321f99d92bfc822d /llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
parent97868fe1b94e17a2ec6a17918adf3053c7021e8b (diff)
downloadbcm5719-llvm-f6a9d062410e0828f287f342c2f3061df17485dc.tar.gz
bcm5719-llvm-f6a9d062410e0828f287f342c2f3061df17485dc.zip
Shrinkify Thumb2 r = add sp, imm.
llvm-svn: 78745
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
index b2173c6ca5d..af1e57b3e6f 100644
--- a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
+++ b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
@@ -898,7 +898,7 @@ SDNode *ARMDAGToDAGISel::SelectDYN_ALLOC(SDValue Op) {
Chain);
if (Subtarget->isThumb1Only()) {
- // Use tADDrSPr since Thumb1 does not have a sub r, sp, r. ARMISelLowering
+ // Use tADDspr since Thumb1 does not have a sub r, sp, r. ARMISelLowering
// should have negated the size operand already. FIXME: We can't insert
// new target independent node at this stage so we are forced to negate
// it earlier. Is there a better solution?
OpenPOWER on IntegriCloud