diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-09-10 22:25:58 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-09-10 22:25:58 +0000 |
commit | e2d50046fd29cb3eb2483e080cb7c39b460fbb19 (patch) | |
tree | 6e7feb856761d4ae500c525cb0a94f661525b0ac /include/llvm/CodeGen/MachineDominators.h | |
parent | 401e2d3386219ac2e5cf734334fcbf99ccfc8634 (diff) |
typoes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineDominators.h')
-rw-r--r-- | include/llvm/CodeGen/MachineDominators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineDominators.h b/include/llvm/CodeGen/MachineDominators.h index 48695d500b..ab944a2335 100644 --- a/include/llvm/CodeGen/MachineDominators.h +++ b/include/llvm/CodeGen/MachineDominators.h @@ -145,7 +145,7 @@ public: } /// eraseNode - Removes a node from the dominator tree. Block must not - /// domiante any other blocks. Removes node from its immediate dominator's + /// dominate any other blocks. Removes node from its immediate dominator's /// children list. Deletes dominator node associated with basic block BB. inline void eraseNode(MachineBasicBlock *BB) { DT->eraseNode(BB); |