Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / SCCP / 2002-05-20-MissedIncomingValue.ll
index 61bf5db44441f14bcfab487d66c96274bd96cf03..f6198025b80b50d7db25d7388538248cc41dd41d 100644 (file)
@@ -1,7 +1,7 @@
 ; This test shows a case where SCCP is incorrectly eliminating the PHI node
 ; because it thinks it has a constant 0 value, when it really doesn't.
 
-; RUN: llvm-as < %s | opt -sccp | llvm-dis | grep phi
+; RUN: opt < %s -sccp -S | grep phi
 
 define i32 @test(i32 %A, i1 %c) {
 bb1: