this test is now compiled into the right thing.
authorChris Lattner <sabre@nondot.org>
Mon, 28 Jan 2008 17:38:46 +0000 (17:38 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Jan 2008 17:38:46 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46454 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll

index a5ee87b9efbbdb9a067c021a1d09abd9b465fe95..edbcfeed923a97078a5302349eeabc52bfe9884f 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep zext
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {icmp ugt}
 ; PR1107
+; PR1940
 
 define i1 @test(i8 %A, i8 %B) {
        %a = zext i8 %A to i32