Fix a FIXME about the format and add a test.
[oota-llvm.git] / test / Transforms / ConstProp / 2006-11-30-vector-cast.ll
index 812cbcfa6277af0b8f431ee1fed49fe3e7dab0db..4a93144d2d517c864610340df8d40439a47106c4 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | opt -constprop | llvm-dis | \
-; RUN:   grep {i32 -1}
-; RUN: llvm-as < %s | opt -constprop | llvm-dis | \
+; RUN: opt < %s -constprop -S | \
+; RUN:   grep "i32 -1"
+; RUN: opt < %s -constprop -S | \
 ; RUN:   not grep zeroinitializer
 
 define <4 x i32> @test() {