[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / narrow.ll
index 420a5cadb7f42bbbc7f1997c741efbdbce73f067..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 | 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.