Eliminate more redundant llvm-as calls.
[oota-llvm.git] / test / Transforms / InstCombine / 2006-11-27-XorBug.ll
index 631b43f61f9e008ef50e6e8018c0f8a2749dfe2f..1f8b478a50f83f62e1d95709b059e281f3293c68 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep and.*32
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | grep and.*32
+; RUN: opt < %s -instcombine -S | \
 ; RUN:    not grep or.*153
 ; PR1014