ARM: make sure backend is consistent about exception handling method.
[oota-llvm.git] / test / CodeGen / Thumb / thumb-shrink-wrapping.ll
index 62f78258e7d2476eb4f2619665b54c68a2b42fec..09c2ae3b4f7201f30fc56cb1f6a00f4cb585591f 100644 (file)
@@ -22,7 +22,7 @@
 ;
 ; Prologue code.
 ; CHECK: push {r7, lr}
-; CHECK-NEXT: sub sp, #8
+; CHECK: sub sp, #8
 ;
 ; Compare the arguments and jump to exit.
 ; After the prologue is set.
@@ -418,7 +418,7 @@ if.end:                                           ; preds = %for.body, %if.else
 ;
 ; Prologue code.
 ; CHECK: push {[[TMP:r[0-9]+]], lr}
-; CHECK-NEXT: sub sp, #16
+; CHECK: sub sp, #16
 ;
 ; DISABLE: cmp r0, #0
 ; DISABLE-NEXT: beq [[ELSE_LABEL:LBB[0-9_]+]]