summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll')
-rw-r--r--llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll b/llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll
index 866be423c2c..0a839e214c5 100644
--- a/llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll
+++ b/llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll
@@ -624,12 +624,12 @@ bb23: ; preds = %bb22, %bb20, %bb9,
bb24: ; preds = %bb23
; LSR should use count-down iteration to avoid requiring the trip count
-; in a register, and it shouldn't require any reloads here.
+; in a register.
; CHECK: @ %bb24
; CHECK-NEXT: @ in Loop: Header=BB1_1 Depth=1
-; CHECK-NEXT: sub{{.*}} [[REGISTER:(r[0-9]+)|(lr)]], #1
-; CHECK-NEXT: bne.w
+; CHECK: subs [[REGISTER:(r[0-9]+)|(lr)]], #1
+; CHECK: bne.w
%92 = icmp eq i32 %tmp81, %indvar78 ; <i1> [#uses=1]
%indvar.next79 = add i32 %indvar78, 1 ; <i32> [#uses=1]
OpenPOWER on IntegriCloud