summaryrefslogtreecommitdiff
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 cbc783e06d..493e30c309 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: llvm-upgrade < %s | llvm-as | opt -globaldce | llvm-dis | not grep global
%t0 = internal global [4 x sbyte] c"foo\00"
%t1 = internal global [4 x sbyte] c"bar\00"