summaryrefslogtreecommitdiff
path: root/test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll')
-rw-r--r--test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll b/test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll
index 58ddc46d49..fe13567e5e 100644
--- a/test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll
+++ b/test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll
@@ -1,4 +1,4 @@
-; RUN: opt -analyze %s -datastructure-gc -dsgc-abort-if-any-collapsed
+; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed
%X = internal global { int, short, short } { int 1, short 2, short 3 }