mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 02:16:46 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eff666f108
commit
d6060a4ce9
@ -356,7 +356,7 @@ bool MachineCSE::ProcessBlock(MachineDomTreeNode *Node) {
|
||||
CSEPairs.clear();
|
||||
}
|
||||
|
||||
// Recursively call ProcessBlock with childred.
|
||||
// Recursively call ProcessBlock with children.
|
||||
const std::vector<MachineDomTreeNode*> &Children = Node->getChildren();
|
||||
for (unsigned i = 0, e = Children.size(); i != e; ++i)
|
||||
Changed |= ProcessBlock(Children[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user