Shrinkify Thumb2 r = add sp, imm.
[oota-llvm.git] / lib / Target / ARM / ARMISelDAGToDAG.cpp
index b2173c6ca5da7ac95b436264765301b98df9dbb1..af1e57b3e6f5b4474a51f2d8e7ccea26fdfb2521 100644 (file)
@@ -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?