[llvm-commits] [llvm] r56337 - in /llvm/trunk: test/Analysis/CallGraph/2008-09-09-DirectCall.ll test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll test/Other/2002-01-31-CallGraph.ll tools/opt/AnalysisWrappers.cpp

Chris Lattner clattner at apple.com
Mon Sep 22 08:51:21 PDT 2008


On Sep 22, 2008, at 7:46 AM, Duncan Sands wrote:
> Hi Devang,
>
>> How about renaming -callgraph as -dump-callgraph ?
>
> opt has the following options that print info.
> It seems a bit of a mess.  What do you think of the following changes:

Works for me!

-Chris

>
>
>    -callgraph => print-callgraph
>    -callscc   => print-callgraph-sccs
>    -cfgscc    => print-cfg-sccs
>    -externalfnconstants => print-externalfnconstants
>    -print               => print-function
>    -print-alias-sets (no change)
>    -print-callgraph     => dot-callgraph
>    -print-cfg           => dot-cfg
>    -print-cfg-only      => dot-cfg-only
>    -print-dom-info (no change)
>    -printm              => print-module
>    -printusedtypes      => print-used-types
>
> ?
>
> Ciao,
>
> Duncan.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list