diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/cbnz.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/cbnz.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/cbnz.ll b/llvm/test/CodeGen/Thumb2/cbnz.ll index e11c4038678..5c0bb5bfe1c 100644 --- a/llvm/test/CodeGen/Thumb2/cbnz.ll +++ b/llvm/test/CodeGen/Thumb2/cbnz.ll @@ -26,7 +26,7 @@ t: call void @x() call void @x() call void @x() - ; CHECK: cbz + ; CHECK: cbnz %q = icmp eq i32 %y, 0 br i1 %q, label %t2, label %f |