summaryrefslogtreecommitdiff
path: root/test/Analysis/DSGraph/constant_globals.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/DSGraph/constant_globals.ll')
-rw-r--r--test/Analysis/DSGraph/constant_globals.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/constant_globals.ll b/test/Analysis/DSGraph/constant_globals.ll
index 1ee6530883..67de589de3 100644
--- a/test/Analysis/DSGraph/constant_globals.ll
+++ b/test/Analysis/DSGraph/constant_globals.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SM
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SM
; Constant globals should not mark stuff incomplete. This should allow the
; bu pass to resolve the indirect call immediately in "test", allowing %A to
; be marked complete and the store to happen.