Fix a serious typo in InstCombine's optimization of comparisons.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-10-11-DivCompareFold.ll
index 3feb0355df23f68461e0ffc55c83be313ea8892a..cf29f8d9bf24618f42701b2c1dd4b087ab508e6f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep {ret i1 false}
+; RUN: opt < %s -instcombine -S | grep "ret i1 false"
 ; PR2697
 
 define i1 @x(i32 %x) nounwind {