diff options
author | Dan Gohman <gohman@apple.com> | 2008-11-18 17:05:42 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-11-18 17:05:42 +0000 |
commit | 1132313e711744cbbf53e6e32e28deedffad49f9 (patch) | |
tree | 3fc125dc8f76fd77fe33ab0bb01c4a881b949cc6 /llvm/lib/CodeGen | |
parent | ae7f0a715bcc0d79deebb1d762af4c77f933a244 (diff) | |
download | bcm5719-llvm-1132313e711744cbbf53e6e32e28deedffad49f9.tar.gz bcm5719-llvm-1132313e711744cbbf53e6e32e28deedffad49f9.zip |
Whitespace cleanups.
llvm-svn: 59532
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LatencyPriorityQueue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LatencyPriorityQueue.h b/llvm/lib/CodeGen/SelectionDAG/LatencyPriorityQueue.h index f04d2ede5ac..5b2b02b49d7 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LatencyPriorityQueue.h +++ b/llvm/lib/CodeGen/SelectionDAG/LatencyPriorityQueue.h @@ -45,7 +45,7 @@ namespace llvm { std::vector<unsigned> NumNodesSolelyBlocking; PriorityQueue<SUnit*, std::vector<SUnit*>, latency_sort> Queue; -public: + public: LatencyPriorityQueue() : Queue(latency_sort(this)) { } @@ -113,7 +113,7 @@ public: // the node available. void ScheduledNode(SUnit *Node); -private: + private: void CalculatePriorities(); int CalcLatency(const SUnit &SU); void AdjustPriorityOfUnscheduledPreds(SUnit *SU); |