merge some tests.
[oota-llvm.git] / test / Transforms / InstCombine / trunc-mask-ext.ll
index 7e3d8446acffcf2e7b23e5bb7a0ba35b21d3a157..93e3753cf50234e760006330d2de0aa0392515d0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis > %t
+; RUN: opt < %s -instcombine -S > %t
 ; RUN: not grep zext %t
 ; RUN: not grep sext %t