[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / narrow.ll
index 1b96a06eeb7ff02e6a08f4a13f667af0a5796ee0..5dd13a09662177412404140af23f2cc2b3fa2b20 100644 (file)
@@ -1,7 +1,7 @@
 ; This file contains various testcases that check to see that instcombine
 ; is narrowing computations when possible.
 ; RUN: opt < %s -instcombine -S | \
-; RUN:    grep {ret i1 false}
+; RUN:    grep "ret i1 false"
 
 ; test1 - Eliminating the casts in this testcase (by narrowing the AND
 ; operation) allows instcombine to realize the function always returns false.