Add passes -view-cfg and -view-cfg-only that are like -print-cfg and
authorDan Gohman <gohman@apple.com>
Mon, 14 May 2007 14:25:08 +0000 (14:25 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 14 May 2007 14:25:08 +0000 (14:25 +0000)
commita196b993e0b79142c6388c75b71f1fc54c767dd1
treed465d79dba0ea2027db63eed161d614e3f7eb711
parent2703f23304c4cd466655f4eebd7cf32282f4bbb8
Add passes -view-cfg and -view-cfg-only that are like -print-cfg and
-print-cfg-only except they use the ViewCFG function, which displays the
CFG rendered with graphviz with gv.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37033 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFGPrinter.cpp