[AArch64 MachineCombine] Enhance/Add support for general reassociation to reduce...
[oota-llvm.git] / test / Other / 2002-01-31-CallGraph.ll
index da638d8394c475d8e23a6d95135532bfb0a76e35..0e4c877512631a73efa9d16cfc4579ef58430ed9 100644 (file)
@@ -1,6 +1,6 @@
 ;  Call graph construction crash: Not handling indirect calls right
 ;
-; RUN: llvm-as < %s | opt -analyze -callgraph >& /dev/null
+; RUN: opt < %s -analyze -print-callgraph >& /dev/null
 ;
 
         %FunTy = type i32 (i32)