summaryrefslogtreecommitdiff
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 448d1b52e1..c851efdb0e 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: llvm-upgrade < %s | llvm-as | opt -sccp | llvm-dis | grep phi
int "test"(int %A, bool %c) {
bb1: