summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt/phi-select.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GlobalOpt/phi-select.llx')
-rw-r--r--test/Transforms/GlobalOpt/phi-select.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/phi-select.llx b/test/Transforms/GlobalOpt/phi-select.llx
index 29890600de..2389c0a8bc 100644
--- a/test/Transforms/GlobalOpt/phi-select.llx
+++ b/test/Transforms/GlobalOpt/phi-select.llx
@@ -1,7 +1,7 @@
; Test that PHI nodes and select instructions do not necessarily make stuff
; non-constant.
-; RUN: llvm-as < %s | opt -globalopt | llvm-dis | not grep global
+; RUN: llvm-upgrade < %s | llvm-as | opt -globalopt | llvm-dis | not grep global
%X = internal global int 4
%Y = internal global int 5