[InstCombine] Rephrase fix to SimplifyWithOpReplaced
[oota-llvm.git] / test / Transforms / InstCombine / 2007-01-13-ExtCompareMiscompile.ll
index edbcfeed923a97078a5302349eeabc52bfe9884f..635a09ca93c7c19b8840eb51e17b575ae1f230a8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {icmp ugt}
+; RUN: opt < %s -instcombine -S | grep "icmp ugt"
 ; PR1107
 ; PR1940