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:
41755e2
)
typo
author
Jim Laskey
<jlaskey@mac.com>
Sat, 1 Oct 2005 00:08:23 +0000
(
00:08
+0000)
committer
Jim Laskey
<jlaskey@mac.com>
Sat, 1 Oct 2005 00:08:23 +0000
(
00:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23574
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
index 8bf2bc0846aed14ed5aec979016c252961202dae..648db029197b3febdb787ba967250c998f9d940d 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
@@
-713,7
+713,7
@@
void SimpleSched::GatherNodeInfo() {
SDOperand Op = Node->getOperand(N);
// No more flags to walk
if (Op.getValueType() != MVT::Flag) break;
- // Add
d
o node group
+ // Add
t
o node group
NodeGroup::Add(getNI(Op.Val), NI);
}
}