[llvm-commits] [llvm] r38454 - /llvm/trunk/include/llvm/CodeGen/SimpleRegisterCoalescing.h
Gabor Greif
ggreif at gmail.com
Mon Jul 9 05:20:30 PDT 2007
Author: ggreif
Date: Mon Jul 9 07:20:30 2007
New Revision: 38454
URL: http://llvm.org/viewvc/llvm-project?rev=38454&view=rev
Log:
missed this one
Modified:
llvm/trunk/include/llvm/CodeGen/SimpleRegisterCoalescing.h
Modified: llvm/trunk/include/llvm/CodeGen/SimpleRegisterCoalescing.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SimpleRegisterCoalescing.h?rev=38454&r1=38453&r2=38454&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SimpleRegisterCoalescing.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SimpleRegisterCoalescing.h Mon Jul 9 07:20:30 2007
@@ -86,7 +86,7 @@
/// 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);
More information about the llvm-commits
mailing list