From ea08c0b975afc8302713d148722ae2c08966d3b4 Mon Sep 17 00:00:00 2001 From: James Molloy Date: Sat, 16 May 2015 13:26:25 +0000 Subject: [PATCH] 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 --- test/Transforms/InstCombine/minmax-fold.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1