summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/ifcvt-compare.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb2/ifcvt-compare.ll')
-rw-r--r--test/CodeGen/Thumb2/ifcvt-compare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/ifcvt-compare.ll b/test/CodeGen/Thumb2/ifcvt-compare.ll
index 688195f579e..7b5ce4fa3f5 100644
--- a/test/CodeGen/Thumb2/ifcvt-compare.ll
+++ b/test/CodeGen/Thumb2/ifcvt-compare.ll
@@ -4,7 +4,7 @@ declare void @x()
define void @f0(i32 %x) optsize {
; CHECK-LABEL: f0:
- ; CHECK: cbz
+ ; CHECK: cbnz
%p = icmp eq i32 %x, 0
br i1 %p, label %t, label %f