summaryrefslogtreecommitdiff
path: root/test/Analysis/DSGraph/buglobals.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/DSGraph/buglobals.ll')
-rw-r--r--test/Analysis/DSGraph/buglobals.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/buglobals.ll b/test/Analysis/DSGraph/buglobals.ll
index c3bc745686..2f7c8f6449 100644
--- a/test/Analysis/DSGraph/buglobals.ll
+++ b/test/Analysis/DSGraph/buglobals.ll
@@ -1,7 +1,7 @@
; This tests to make sure that G ends up in the globals graph of the BU pass.
; If it is not, then %G will get converted to a 'constant' from a 'global'
;
-; RUN: llvm-as < %s | opt -ds-opt -globaldce | llvm-dis | grep %G
+; RUN: llvm-upgrade < %s | llvm-as | opt -ds-opt -globaldce | llvm-dis | grep %G
%G = internal global int 0 ; <int*> [#uses=2]