projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d89c258
)
Fix indentation.
author
Dan Gohman
<gohman@apple.com>
Wed, 26 May 2010 18:37:48 +0000
(18:37 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 26 May 2010 18:37:48 +0000
(18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104717
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/LatencyPriorityQueue.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/LatencyPriorityQueue.h
b/include/llvm/CodeGen/LatencyPriorityQueue.h
index 18c418b103ac8f387aada9f5ab1e86418d6a15c9..69724bba3bbdb363242b5896036235392e37e01d 100644
(file)
--- a/
include/llvm/CodeGen/LatencyPriorityQueue.h
+++ b/
include/llvm/CodeGen/LatencyPriorityQueue.h
@@
-43,8
+43,8
@@
namespace llvm {
/// Queue - The queue.
PriorityQueue<SUnit*, std::vector<SUnit*>, latency_sort> Queue;
-public:
- LatencyPriorityQueue() : Queue(latency_sort(this)) {
+
public:
+
LatencyPriorityQueue() : Queue(latency_sort(this)) {
}
void initNodes(std::vector<SUnit> &sunits) {