aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2007-07-09 12:20:30 +0000
committerGabor Greif <ggreif@gmail.com>2007-07-09 12:20:30 +0000
commitb0954b158032c3a30ea1277755fbd90773ba4bb5 (patch)
tree773ef5951252834ae919b687345f260f8e5276f5 /include
parente510b3af3a76cd557bb958293f859e4861060fc2 (diff)
downloadexternal_llvm-b0954b158032c3a30ea1277755fbd90773ba4bb5.zip
external_llvm-b0954b158032c3a30ea1277755fbd90773ba4bb5.tar.gz
external_llvm-b0954b158032c3a30ea1277755fbd90773ba4bb5.tar.bz2
missed this one
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/SimpleRegisterCoalescing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SimpleRegisterCoalescing.h b/include/llvm/CodeGen/SimpleRegisterCoalescing.h
index 4c2103c..20bcb89 100644
--- a/include/llvm/CodeGen/SimpleRegisterCoalescing.h
+++ b/include/llvm/CodeGen/SimpleRegisterCoalescing.h
@@ -86,7 +86,7 @@ namespace llvm {
/// joinIntervals - join compatible live intervals
void joinIntervals();
- /// CopyCoalesceInMBB - Coallesce copies in the specified MBB, putting
+ /// CopyCoalesceInMBB - Coalesce copies in the specified MBB, putting
/// copies that cannot yet be coalesced into the "TryAgain" list.
void CopyCoalesceInMBB(MachineBasicBlock *MBB,
std::vector<CopyRec> *TryAgain, bool PhysOnly = false);