summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/CodeGen/SimpleRegisterCoalescing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/SimpleRegisterCoalescing.h b/llvm/include/llvm/CodeGen/SimpleRegisterCoalescing.h
index 4c2103c1cd8..20bcb89d9a8 100644
--- a/llvm/include/llvm/CodeGen/SimpleRegisterCoalescing.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud