summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/thread-pointer.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/thread-pointer.ll')
-rw-r--r--test/CodeGen/AArch64/thread-pointer.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AArch64/thread-pointer.ll b/test/CodeGen/AArch64/thread-pointer.ll
index 91585791a58e9..7fea719436f9f 100644
--- a/test/CodeGen/AArch64/thread-pointer.ll
+++ b/test/CodeGen/AArch64/thread-pointer.ll
@@ -13,8 +13,8 @@
; CHECK: .LBB0_2:
; CHECK: ldr w0, [x[[REG2]]]
; CHECK: bl bar
-; CHECK: sub w[[REG3:[0-9]+]], w{{[0-9]+}}, #1
-; CHECK: cbnz w[[REG3]], .LBB0_2
+; CHECK: subs w[[REG3:[0-9]+]], w{{[0-9]+}}, #1
+; CHECK: b.ne .LBB0_2
define void @test1(i32 %n) local_unnamed_addr {
entry: