OSDN Git Service

For PR801:
authorReid Spencer <rspencer@reidspencer.com>
Tue, 27 Jun 2006 16:49:46 +0000 (16:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 27 Jun 2006 16:49:46 +0000 (16:49 +0000)
commit9d5b532de9bdca37810a59a93a69128441b02c55
treea0590d47c0cbd3a7898f63ccf0ab7ce44c8f801f
parentf9b238e93de0137510d4369015801e372ab0f879
For PR801:
Refactor the Graph writing code to use a common implementation which is
now in lib/Support/GraphWriter.cpp. This completes the PR.

Patch by Anton Korobeynikov. Thanks, Anton!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28925 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/GraphWriter.h
lib/Analysis/CFGPrinter.cpp
lib/Analysis/DataStructure/Printer.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
lib/Support/GraphWriter.cpp [new file with mode: 0644]