summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/thumb2-it-block.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/thumb2-it-block.ll')
-rw-r--r--test/CodeGen/ARM/thumb2-it-block.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/thumb2-it-block.ll b/test/CodeGen/ARM/thumb2-it-block.ll
index 28fd469..a25352c 100644
--- a/test/CodeGen/ARM/thumb2-it-block.ll
+++ b/test/CodeGen/ARM/thumb2-it-block.ll
@@ -3,10 +3,10 @@
define i32 @test(i32 %a, i32 %b) {
entry:
-; CHECK: movs.w
+; CHECK: cmp
; CHECK-NEXT: it mi
; CHECK-NEXT: rsbmi
-; CHECK-NEXT: movs.w
+; CHECK-NEXT: cmp
; CHECK-NEXT: it mi
; CHECK-NEXT: rsbmi
%cmp1 = icmp slt i32 %a, 0
OpenPOWER on IntegriCloud