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