Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / narrow.ll
index ebe20db1ea690a918e00f89659434a37b08fc561..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: opt %s -instcombine -S | \
+; 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.