diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/branch-relax-bcc.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/branch-relax-bcc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/branch-relax-bcc.ll b/llvm/test/CodeGen/AArch64/branch-relax-bcc.ll index 636acf0a8b8..d0b3b0568d7 100644 --- a/llvm/test/CodeGen/AArch64/branch-relax-bcc.ll +++ b/llvm/test/CodeGen/AArch64/branch-relax-bcc.ll @@ -57,7 +57,7 @@ declare i32 @foo() #0 ; CHECK-NOT: b L ; CHECK: [[IF_END_BB]]: -; CHECK: #0x7 +; CHECK: mov{{.*}}, #7 ; CHECK: ret define i32 @block_split(i32 %a, i32 %b) #0 { entry: |