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 | 636ab1920548bff638221dc2625293dd7f6e63b0 (patch) | |
tree | ea9f64390e7e39dae65f461097894a01dd62296f /llvm/lib/CodeGen/StrongPHIElimination.cpp | |
parent | 3a8edd8536931e5faea412439bc749e792c54b34 (diff) | |
download | bcm5719-llvm-636ab1920548bff638221dc2625293dd7f6e63b0.tar.gz bcm5719-llvm-636ab1920548bff638221dc2625293dd7f6e63b0.zip |
some more spelling changes
llvm-svn: 47996
Diffstat (limited to 'llvm/lib/CodeGen/StrongPHIElimination.cpp')
-rw-r--r-- | llvm/lib/CodeGen/StrongPHIElimination.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StrongPHIElimination.cpp b/llvm/lib/CodeGen/StrongPHIElimination.cpp index 4611daec46a..b25a9d92f2a 100644 --- a/llvm/lib/CodeGen/StrongPHIElimination.cpp +++ b/llvm/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. |