mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[AArch64] Fixup test after r281160
How I missed this locally is beyond me. I suspect llc didn't recompile. This is just changing the CHECK line back to what it was before r280364. llvm-svn: 281161
This commit is contained in:
parent
2629049216
commit
fd13fd8906
@ -4,7 +4,7 @@
|
||||
define i32 @foo(i32 %a, i32 %b) {
|
||||
entry:
|
||||
;CHECK-LABEL: foo:
|
||||
;CHECK: cneg
|
||||
;CHECK: csinc
|
||||
;CHECK-NOT: csel
|
||||
%sub = sub nsw i32 %b, %a
|
||||
%cmp10 = icmp sgt i32 %a, 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user