new testcases for PR992/993
[oota-llvm.git] / test / Other / 2002-01-31-CallGraph.ll
index 2609e45eaea82212a77a3d0f33a00c209dc7bf38..279369de6651f121a4a62d6bb7a09eb1b1da0952 100644 (file)
@@ -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)