diff options
Diffstat (limited to 'test/CodeGen/AArch64/misched-fusion.ll')
-rw-r--r-- | test/CodeGen/AArch64/misched-fusion.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AArch64/misched-fusion.ll b/test/CodeGen/AArch64/misched-fusion.ll index 1d504a2f19316..ee6007e393c92 100644 --- a/test/CodeGen/AArch64/misched-fusion.ll +++ b/test/CodeGen/AArch64/misched-fusion.ll @@ -7,8 +7,8 @@ declare void @foobar(i32 %v0, i32 %v1) ; Make sure sub is scheduled in front of cbnz ; CHECK-LABEL: test_sub_cbz: -; CHECK: sub w[[SUBRES:[0-9]+]], w0, #13 -; CHECK-NEXT: cbnz w[[SUBRES]], {{.?LBB[0-9_]+}} +; CHECK: subs w[[SUBRES:[0-9]+]], w0, #13 +; CHECK: b.ne {{.?LBB[0-9_]+}} define void @test_sub_cbz(i32 %a0, i32 %a1) { entry: ; except for the fusion opportunity the sub/add should be equal so the |