aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ISelLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-24 07:12:19 +0000
committerChris Lattner <sabre@nondot.org>2006-03-24 07:12:19 +0000
commit9d5da1d96cc90cc04a57c1cb1aa6f47e6bb99ef7 (patch)
treebf5fc01a2df6c89d7e6fe0f724ac3a4c34fa1b92 /lib/Target/X86/X86ISelLowering.cpp
parent9a0c9551fabcb032b446ac97ede00c87c25cb6a4 (diff)
Gabor points out that we can't spell. :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27049 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86ISelLowering.cpp')
-rw-r--r--lib/Target/X86/X86ISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp
index 540fc11c1e..5649d6461e 100644
--- a/lib/Target/X86/X86ISelLowering.cpp
+++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -660,10 +660,10 @@ static unsigned AddLiveIn(MachineFunction &MF, unsigned PReg,
// EDX". Anything more is illegal.
//
// FIXME: The linscan register allocator currently has problem with
-// coallescing. At the time of this writing, whenever it decides to coallesce
+// coalescing. At the time of this writing, whenever it decides to coalesce
// a physreg with a virtreg, this increases the size of the physreg's live
// range, and the live range cannot ever be reduced. This causes problems if
-// too many physregs are coalleced with virtregs, which can cause the register
+// too many physregs are coaleced with virtregs, which can cause the register
// allocator to wedge itself.
//
// This code triggers this problem more often if we pass args in registers,