Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / narrow.ll
index 41106e759ce0e3bec0762c4a5a9f06d4e2c83ba3..5dd13a09662177412404140af23f2cc2b3fa2b20 100644 (file)
@@ -1,7 +1,7 @@
 ; This file contains various testcases that check to see that instcombine
 ; is narrowing computations when possible.
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
-; 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.