The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg".
authorDuncan Sands <baldrick@free.fr>
Sat, 19 Sep 2009 11:25:44 +0000 (11:25 +0000)
committerDuncan Sands <baldrick@free.fr>
Sat, 19 Sep 2009 11:25:44 +0000 (11:25 +0000)
commitad3893678172e7b22a6d4ef3e6387b8d773aa1c7
tree11aa6e64d2d1b257a7ccbf5b7ad7161480df488a
parent431f775bab2c1ca144e3c9c6b1e3c0767bfacc33
The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg".
It prints the content of all bbs, instead of printing empty bbs to make the
CFG more readable.  Fix this.  Patch by Tobias Grosser.

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