mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
Update to r237520 - swap order of CHECK-NEXT lines.
... I'd copied the check-next lines from a previous test so they were slightly wrong, and had managed to test the wrong source tree. D'oh! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237521 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc71c2fd8e
commit
ea08c0b975
@ -74,8 +74,8 @@ define float @t6(i32 %a) {
|
||||
|
||||
; CHECK-LABEL: @t7
|
||||
; CHECK-NEXT: icmp
|
||||
; CHECK-NEXT: trunc
|
||||
; CHECK-NEXT: select
|
||||
; CHECK-NEXT: trunc
|
||||
define i16 @t7(i32 %a) {
|
||||
%1 = icmp slt i32 %a, -32768
|
||||
%2 = trunc i32 %a to i16
|
||||
|
Loading…
Reference in New Issue
Block a user