summaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll')
-rw-r--r--test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll b/test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
index 61bf5db..f619802 100644
--- a/test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
+++ b/test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
@@ -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:
OpenPOWER on IntegriCloud