InstCombine: Match min/max hidden by sext/zext
[oota-llvm.git] / test / Transforms / InstCombine / 2008-10-11-DivCompareFold.ll
index 59622527d66cbbdb05c3386ebc85339c08e3a4a3..fd36d86a94844d2734cdcdfe4c1666481c87b3b1 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep {ret i1 false}
+; RUN: opt %s -instcombine -S | grep {ret i1 false}
 ; PR2697
 
 define i1 @x(i32 %x) nounwind {