[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / 2008-06-21-CompareMiscomp.ll
index c3371c6ae73d512efd6d2c3b609a1b65298f167d..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.)