summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt/basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GlobalOpt/basictest.ll')
-rw-r--r--test/Transforms/GlobalOpt/basictest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/basictest.ll b/test/Transforms/GlobalOpt/basictest.ll
index b0b3661ab2..4fd0ecea1d 100644
--- a/test/Transforms/GlobalOpt/basictest.ll
+++ b/test/Transforms/GlobalOpt/basictest.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -globalopt | llvm-dis | not grep global
+; RUN: opt %s -globalopt -S | not grep global
@X = internal global i32 4 ; <i32*> [#uses=1]