aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other/2002-01-31-CallGraph.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Other/2002-01-31-CallGraph.ll')
-rw-r--r--test/Other/2002-01-31-CallGraph.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2002-01-31-CallGraph.ll b/test/Other/2002-01-31-CallGraph.ll
index 2609e45..279369d 100644
--- a/test/Other/2002-01-31-CallGraph.ll
+++ b/test/Other/2002-01-31-CallGraph.ll
@@ -1,6 +1,6 @@
; Call graph construction crash: Not handling indirect calls right
;
-; RUN: opt -analyze -callgraph %s
+; RUN: llvm-as < %s | opt -analyze -callgraph
;
%FunTy = type int(int)