Implement the Function::viewCFG* methods, for use in a debugger. Also, the
authorChris Lattner <sabre@nondot.org>
Wed, 22 Oct 2003 16:03:49 +0000 (16:03 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Oct 2003 16:03:49 +0000 (16:03 +0000)
commit002362c837ecf2e68008789a42c9634bb951491f
treeefc9a8533f4966c986591eb3c379da5ada6c727c
parentc149c47d1f98afe504ad69c3456a4de6803015ef
Implement the Function::viewCFG* methods, for use in a debugger.  Also, the
-print-cfg pass now lives here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9374 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFGPrinter.cpp [new file with mode: 0644]