R600: Add ISA documents to the CompilerWriterInfo page
[oota-llvm.git] / test / Transforms / SCCP / apint-bigint2.ll
index 73d3b546ffbe8a3b46304195501c3053379f2d23..660eaad7bc12bfd07bc3b9f30e6082c4b582a75d 100644 (file)
@@ -1,5 +1,4 @@
-; RUN:  llvm-as < %s | opt -sccp | llvm-dis -o /dev/null -f &&
-; RUN:  llvm-as < %s | opt -sccp | llvm-dis | not grep load
+; RUN: opt < %s -sccp -S | not grep load
 
 @Y = constant [6 x i101] [ i101 12, i101 123456789000000, i101 -12,
                            i101 -123456789000000, i101 0,i101 9123456789000000]