[InstCombine] Rephrase fix to SimplifyWithOpReplaced
[oota-llvm.git] / test / Transforms / InstCombine / 2007-01-13-ExtCompareMiscompile.ll
index 0add14bf24d0a11d2e7d9d0e70029830d26b9b7b..635a09ca93c7c19b8840eb51e17b575ae1f230a8 100644 (file)
@@ -1,7 +1,8 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep zext
+; RUN: opt < %s -instcombine -S | grep "icmp ugt"
 ; PR1107
+; PR1940
 
-define i1 %test(i8 %A, i8 %B) {
+define i1 @test(i8 %A, i8 %B) {
        %a = zext i8 %A to i32
        %b = zext i8 %B to i32
        %c = icmp sgt i32 %a, %b