- Implement a new -print-cfg option for analyze, that causes it to print the
authorChris Lattner <sabre@nondot.org>
Mon, 7 Oct 2002 18:38:01 +0000 (18:38 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Oct 2002 18:38:01 +0000 (18:38 +0000)
commitac859db3e4dcfe0626dd7ed4b7a3c54a34986381
treec41adec904db45006c1f44137b3f7477389015cb
parent95b923d548ed2e0f0993bb613868c871646f120c
  - Implement a new -print-cfg option for analyze, that causes it to print the
    CFG of each function in the module to 'dot' files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4062 91177308-0d34-0410-b5e6-96231b3b80d8
tools/analyze/GraphPrinters.cpp [new file with mode: 0644]
tools/opt/GraphPrinters.cpp [new file with mode: 0644]