summaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalOpt/phi-select.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GlobalOpt/phi-select.ll')
-rw-r--r--test/Transforms/GlobalOpt/phi-select.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/phi-select.ll b/test/Transforms/GlobalOpt/phi-select.ll
index da1314f7..cd8a7dc 100644
--- a/test/Transforms/GlobalOpt/phi-select.ll
+++ b/test/Transforms/GlobalOpt/phi-select.ll
@@ -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: opt < %s -globalopt -S | not grep global
@X = internal global i32 4 ; <i32*> [#uses=2]
@Y = internal global i32 5 ; <i32*> [#uses=2]
OpenPOWER on IntegriCloud