summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ispositive.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ispositive.ll')
-rw-r--r--test/CodeGen/ARM/ispositive.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ispositive.ll b/test/CodeGen/ARM/ispositive.ll
index 245ed516f7..2f1a2cfd77 100644
--- a/test/CodeGen/ARM/ispositive.ll
+++ b/test/CodeGen/ARM/ispositive.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=arm | FileCheck %s
define i32 @test1(i32 %X) {
-; CHECK: mov r0, r0, lsr #31
+; CHECK: lsr{{.*}}#31
entry:
icmp slt i32 %X, 0 ; <i1>:0 [#uses=1]
zext i1 %0 to i32 ; <i32>:1 [#uses=1]