ScheduleDAG: colorize the DOT graph and improve formatting.
authorAndrew Trick <atrick@apple.com>
Fri, 25 Jan 2013 07:45:25 +0000 (07:45 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 25 Jan 2013 07:45:25 +0000 (07:45 +0000)
commitc6ada8e5f38168f13830e448f2b9e2d8e3eac72b
tree4ea636736947bf200b145430436b821c5a4c50f8
parenta5a73ad15905c18843a8312bb3f20f5c501744de
ScheduleDAG: colorize the DOT graph and improve formatting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173431 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
include/llvm/Support/DOTGraphTraits.h
include/llvm/Support/GraphWriter.h
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/ScheduleDAGPrinter.cpp
lib/Support/GraphWriter.cpp