diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/compare-branch.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/compare-branch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/compare-branch.ll b/llvm/test/CodeGen/AArch64/compare-branch.ll index adbad58b7db..50631445122 100644 --- a/llvm/test/CodeGen/AArch64/compare-branch.ll +++ b/llvm/test/CodeGen/AArch64/compare-branch.ll @@ -27,7 +27,7 @@ test4: %val4 = load volatile i64, i64* @var64 %tst4 = icmp ne i64 %val4, 0 br i1 %tst4, label %end, label %test5, !prof !1 -; CHECK: cbz {{x[0-9]+}}, .LBB +; CHECK: cbnz {{x[0-9]+}}, .LBB test5: store volatile i64 %val4, i64* @var64 |