From: Gabor Greif Date: Mon, 9 Jul 2007 12:20:30 +0000 (+0000) Subject: missed this one X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b0954b158032c3a30ea1277755fbd90773ba4bb5;p=oota-llvm.git missed this one git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38454 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SimpleRegisterCoalescing.h b/include/llvm/CodeGen/SimpleRegisterCoalescing.h index 4c2103c1cd8..20bcb89d9a8 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 *TryAgain, bool PhysOnly = false);