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:
James Molloy 2015-05-16 13:26:25 +00:00
parent bc71c2fd8e
commit ea08c0b975

View File

@ -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