summaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll')
-rw-r--r--test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll b/test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
index d07f014..42fcb1e 100644
--- a/test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
+++ b/test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
@@ -1,7 +1,7 @@
; This testcase tests that a worklist is being used, and that globals can be
; removed if they are the subject of a constexpr and ConstantPointerRef
-; RUN: llvm-as < %s | opt -globaldce | llvm-dis | not grep global
+; RUN: opt < %s -globaldce -S | not grep global
@t0 = internal global [4 x i8] c"foo\00" ; <[4 x i8]*> [#uses=1]
@t1 = internal global [4 x i8] c"bar\00" ; <[4 x i8]*> [#uses=1]
OpenPOWER on IntegriCloud