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:
eff666f
)
Typo.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 20 Apr 2010 17:27:38 +0000
(17:27 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 20 Apr 2010 17:27:38 +0000
(17:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101914
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineCSE.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineCSE.cpp
b/lib/CodeGen/MachineCSE.cpp
index 597d51d4f370c658b8f76753b623be6e1e6d5e49..c70905b539bd2937a6203b6b8982304665c83752 100644
(file)
--- a/
lib/CodeGen/MachineCSE.cpp
+++ b/
lib/CodeGen/MachineCSE.cpp
@@
-356,7
+356,7
@@
bool MachineCSE::ProcessBlock(MachineDomTreeNode *Node) {
CSEPairs.clear();
}
- // Recursively call ProcessBlock with childre
d
.
+ // Recursively call ProcessBlock with childre
n
.
const std::vector<MachineDomTreeNode*> &Children = Node->getChildren();
for (unsigned i = 0, e = Children.size(); i != e; ++i)
Changed |= ProcessBlock(Children[i]);