diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-03-06 10:51:21 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-03-06 10:51:21 +0000 |
commit | 2cf36e07722d1e82250fc2d87d16b4b1be88a04e (patch) | |
tree | 815cd2d86e38dee00542ce3e9d17ae9e7a7975aa /lib/CodeGen | |
parent | 29d8aa78773f0956c9b33170382403e5a61036f1 (diff) |
some more spelling changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/StrongPHIElimination.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/StrongPHIElimination.cpp b/lib/CodeGen/StrongPHIElimination.cpp index 4611daec46..b25a9d92f2 100644 --- a/lib/CodeGen/StrongPHIElimination.cpp +++ b/lib/CodeGen/StrongPHIElimination.cpp @@ -522,7 +522,7 @@ void StrongPHIElimination::processBlock(MachineBasicBlock* MBB) { } } -/// processPHIUnion - Take a set of candidate registers to be coallesced when +/// processPHIUnion - Take a set of candidate registers to be coalesced when /// decomposing the PHI instruction. Use the DominanceForest to remove the ones /// that are known to interfere, and flag others that need to be checked for /// local interferences. |