summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/2003-08-26-InvokeHandling.ll')
-rw-r--r--test/Transforms/SCCP/2003-08-26-InvokeHandling.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll b/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll
index 14c41d7558..36bfba4a40 100644
--- a/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll
+++ b/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll
@@ -1,5 +1,5 @@
; The PHI cannot be eliminated from this testcase, SCCP is mishandling invoke's!
-; RUN: llvm-as < %s | opt -sccp | llvm-dis | grep phi
+; RUN: llvm-upgrade < %s | llvm-as | opt -sccp | llvm-dis | grep phi
declare void %foo()
int %test(bool %cond) {