summaryrefslogtreecommitdiff
path: root/test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll')
-rw-r--r--test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll b/test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll
index 3a58e057a7..846a3cb1e8 100644
--- a/test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll
+++ b/test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll
@@ -1,7 +1,7 @@
; This is the same testcase as 2003-06-29-NodeCollapsing2.ll, but it uses the
; graph checker.
;
-; RUN: opt -analyze %s -datastructure-gc -dsgc-abort-if-any-collapsed
+; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed
;
%S = type { double, int }