From: James Molloy Date: Sat, 16 May 2015 13:26:25 +0000 (+0000) Subject: Update to r237520 - swap order of CHECK-NEXT lines. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ea08c0b975afc8302713d148722ae2c08966d3b4;p=oota-llvm.git 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 --- diff --git a/test/Transforms/InstCombine/minmax-fold.ll b/test/Transforms/InstCombine/minmax-fold.ll index 0ed2c5951d3..250c1f2e24a 100644 --- a/test/Transforms/InstCombine/minmax-fold.ll +++ b/test/Transforms/InstCombine/minmax-fold.ll @@ -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