Update to r237520 - swap order of CHECK-NEXT lines.
authorJames Molloy <james.molloy@arm.com>
Sat, 16 May 2015 13:26:25 +0000 (13:26 +0000)
committerJames Molloy <james.molloy@arm.com>
Sat, 16 May 2015 13:26:25 +0000 (13:26 +0000)
... 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

test/Transforms/InstCombine/minmax-fold.ll

index 0ed2c5951d3cf8c49f5e8bf3010b37728ba206b4..250c1f2e24a84640ac973abeab20796c6a42c6b7 100644 (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