Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / SCCP / 2002-05-20-MissedIncomingValue.ll
index 90776e65546f1951215c1db5cc387978e9779fb8..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: opt %s -sccp -S | grep phi
+; RUN: opt %s -sccp -S | grep phi
 
 define i32 @test(i32 %A, i1 %c) {
 bb1: