Reapply 239795 - [InstCombine] Propagate non-null facts to call parameters
[oota-llvm.git] / test / Transforms / InstCombine / 2008-06-21-CompareMiscomp.ll
index d88ff16090b832463c427be3e18d2ec2b2cd8e0e..80bd83bc6ba0d914c24fac2a57f556d0c30ea009 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep {icmp eq i32 %In, 15}
+; RUN: opt < %s -instcombine -S | grep "icmp eq i32 %In, 15"
 ; PR2479
 ; (See also PR1800.)