Fix a typo in a comment.
[oota-llvm.git] / test / Other / 2002-01-31-CallGraph.ll
index 2609e45eaea82212a77a3d0f33a00c209dc7bf38..61c1277d6420e9d39cb41c17e78b51c55c224b62 100644 (file)
@@ -1,6 +1,6 @@
 ;  Call graph construction crash: Not handling indirect calls right
 ;
-; RUN: opt -analyze -callgraph %s
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -callgraph
 ;
 
 %FunTy = type int(int)