R600: Add ISA documents to the CompilerWriterInfo page
[oota-llvm.git] / test / Transforms / SCCP / apint-ipsccp2.ll
index 77fb69682580ffcd92f50c9eb6ecf61e17f87273..834cca488484e95fc575b444ba8710475636f576 100644 (file)
@@ -1,7 +1,5 @@
-; RUN: llvm-as < %s | opt -ipsccp | llvm-dis -o /dev/null -f &&
-; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret i101 0' | \
-; RUN:    grep -v 'ret i101 undef' | not grep ret
-
+; RUN: opt < %s -ipsccp -S | grep -v "ret i101 0" | \
+; RUN:    grep -v "ret i101 undef" | not grep ret
 
 
 define internal i101 @bar(i101 %A) {