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:
3cc6243
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Tue, 18 Nov 2008 02:50:01 +0000
(
02:50
+0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 18 Nov 2008 02:50:01 +0000
(
02:50
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59489
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
index e7e14516eb7383287ef2c0794393ee3aaea6e01f..40191d2c749a0c8f8d1863ddc1d75968d79202ee 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+++ b/
lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
@@
-54,7
+54,7
@@
private:
/// PendingQueue - This contains all of the instructions whose operands have
/// been issued, but their results are not ready yet (due to the latency of
- /// the operation). Once the operands become
s
available, the instruction is
+ /// the operation). Once the operands become available, the instruction is
/// added to the AvailableQueue.
std::vector<SUnit*> PendingQueue;