diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/addsub.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/addsub.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/addsub.ll b/llvm/test/CodeGen/AArch64/addsub.ll index f9c1cc0dd5a..b64ad2a83d8 100644 --- a/llvm/test/CodeGen/AArch64/addsub.ll +++ b/llvm/test/CodeGen/AArch64/addsub.ll @@ -87,7 +87,7 @@ define void @testing() {  test2:  ; CHECK: cmp {{w[0-9]+}}, {{#3567, lsl #12|#14610432}} -; CHECK: b.{{cc|lo}} [[RET]] +; CHECK: b.lo [[RET]]    %newval2 = add i32 %val, 1    store i32 %newval2, i32* @var_i32    %cmp_pos_big = icmp ult i32 %val, 14610432  | 

