aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/DSGraph/constant_globals.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-27 22:47:14 +0000
committerChris Lattner <sabre@nondot.org>2006-08-27 22:47:14 +0000
commitd52e1b0dbe8b3052a5a8afb3f01d1d905748e685 (patch)
tree77fd3337075f56c064b84f269de059f1d190baf4 /test/Analysis/DSGraph/constant_globals.ll
parentc9b208c88607172bf23eb92bb1f8d8dfb833e814 (diff)
Update tests now that opt no longer reads .ll files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29927 91177308-0d34-0410-b5e6-96231b3b80d8
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 2473d1dd83..eef65c669a 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: opt -analyze %s -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SIM
+; RUN: llvm-as < %s | opt -analyze -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.