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 f42aec91e5..2473d1dd83 100644
--- a/test/Analysis/DSGraph/constant_globals.ll
+++ b/test/Analysis/DSGraph/constant_globals.ll
@@ -1,5 +1,5 @@
; FIXME: A should just be SM
-; RUN: analyze %s -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SIM
+; RUN: opt -analyze %s -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SIM
; 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.