diff options
author | Andrew Trick <atrick@apple.com> | 2012-03-07 00:18:15 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-03-07 00:18:15 +0000 |
commit | 5297d8df9975824ecff47bc742d8f47fe0952d91 (patch) | |
tree | 8460d3050d875c8603506e21145a9dc12b7da846 /llvm/lib/CodeGen/ScheduleDAGPrinter.cpp | |
parent | 0c84efe8dd7cc9694415fef0e458dac8211bbdda (diff) | |
download | bcm5719-llvm-5297d8df9975824ecff47bc742d8f47fe0952d91.tar.gz bcm5719-llvm-5297d8df9975824ecff47bc742d8f47fe0952d91.zip |
whitespace
llvm-svn: 152175
Diffstat (limited to 'llvm/lib/CodeGen/ScheduleDAGPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ScheduleDAGPrinter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp b/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp index 42515831df2..f2c2f773f28 100644 --- a/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp +++ b/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp @@ -41,12 +41,12 @@ namespace llvm { static bool renderGraphFromBottomUp() { return true; } - + static bool hasNodeAddressLabel(const SUnit *Node, const ScheduleDAG *Graph) { return true; } - + /// If you want to override the dot attributes printed for a particular /// edge, override this method. static std::string getEdgeAttributes(const SUnit *Node, @@ -58,7 +58,7 @@ namespace llvm { return "color=blue,style=dashed"; return ""; } - + std::string getNodeLabel(const SUnit *Node, const ScheduleDAG *Graph); static std::string getNodeAttributes(const SUnit *N, |