summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/rbit.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/rbit.ll')
-rw-r--r--test/CodeGen/ARM/rbit.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/rbit.ll b/test/CodeGen/ARM/rbit.ll
index a2bfeca75526..c8badfb32370 100644
--- a/test/CodeGen/ARM/rbit.ll
+++ b/test/CodeGen/ARM/rbit.ll
@@ -10,7 +10,8 @@ entry:
; CHECK-LABEL: rbit_constant
; CHECK: mov r0, #0
-; CHECK: rbit r0, r0
+; CHECK-NOT: rbit
+; CHECK: bx lr
define i32 @rbit_constant() {
entry:
%rbit.i = call i32 @llvm.arm.rbit(i32 0)