merge some tests.
[oota-llvm.git] / test / Transforms / InstCombine / narrow.ll
index 41106e759ce0e3bec0762c4a5a9f06d4e2c83ba3..1b96a06eeb7ff02e6a08f4a13f667af0a5796ee0 100644 (file)
@@ -1,6 +1,6 @@
 ; 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: opt < %s -instcombine -S | \
 ; RUN:    grep {ret i1 false}
 
 ; test1 - Eliminating the casts in this testcase (by narrowing the AND