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:
0e9dfb0
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Tue, 29 Jan 2008 12:43:50 +0000
(12:43 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 29 Jan 2008 12:43:50 +0000
(12:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46513
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
index 5d6b1a27ad53b083a58c5648fbb6e2cfaecec4a2..48bc3cd115b56692033b99ea35ba844d1c7f8781 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+++ b/
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
@@
-1386,7
+1386,7
@@
void BURegReductionPriorityQueue<SF>::AddPseudoTwoAddrDeps() {
if (!SuccSU->Node || !SuccSU->Node->isTargetOpcode())
continue;
// Don't constrain nodes with physical register defs if the
- // predecessor can clo
o
ber them.
+ // predecessor can clo
b
ber them.
if (SuccSU->hasPhysRegDefs) {
if (canClobberPhysRegDefs(SuccSU, SU, TII, MRI))
continue;