Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.
[oota-llvm.git] / test / Analysis / BasicAA / 2007-01-13-BasePointerBadNoAlias.ll
index 08c483d6d76cb79fc8673197d4e17dd07f2d68fb..917bf2554dca5f9c47cc40555f9d6bdb30112570 100644 (file)
@@ -1,7 +1,7 @@
 ; PR1109
-; RUN: llvm-as < %s | opt -basicaa -gvn -instcombine | llvm-dis | \
+; RUN: opt < %s -basicaa -gvn -instcombine -S | \
 ; RUN:   grep {sub i32}
-; RUN: llvm-as < %s | opt -basicaa -gvn -instcombine | llvm-dis | \
+; RUN: opt < %s -basicaa -gvn -instcombine -S | \
 ; RUN:   not grep {ret i32 0}
 ; END.