summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGPrinter.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-03-07 00:18:15 +0000
committerAndrew Trick <atrick@apple.com>2012-03-07 00:18:15 +0000
commitacddd4963d2f3b5fd94ab872b4fd393b34c80e5f (patch)
treebfcd2ac38efc94c15a4430115e0384fe9cb1a7c3 /lib/CodeGen/ScheduleDAGPrinter.cpp
parent084e179f090f9a47bdf66f49775a125f4a2a8a8c (diff)
downloadllvm-acddd4963d2f3b5fd94ab872b4fd393b34c80e5f.tar.gz
llvm-acddd4963d2f3b5fd94ab872b4fd393b34c80e5f.tar.bz2
llvm-acddd4963d2f3b5fd94ab872b4fd393b34c80e5f.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ScheduleDAGPrinter.cpp')
-rw-r--r--lib/CodeGen/ScheduleDAGPrinter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/ScheduleDAGPrinter.cpp b/lib/CodeGen/ScheduleDAGPrinter.cpp
index 42515831df..f2c2f773f2 100644
--- a/lib/CodeGen/ScheduleDAGPrinter.cpp
+++ b/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,