merge two tests and convert to filecheck.
[oota-llvm.git] / test / Transforms / SCCP / apint-array.ll
index 15d0f3203f78f8aad21a9193fb88a0e175345ca0..1e75878f3aeb5675063f7e30b4e63ebc65ffec75 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -sccp | llvm-dis | grep {ret i101 12}
+; RUN: opt < %s -sccp -S | grep {ret i101 12}
 
 @Y = constant [6 x i101] [ i101 12, i101 123456789000000, i101 -12,i101 
 -123456789000000, i101 0,i101 9123456789000000]