diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-03-24 07:12:19 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-03-24 07:12:19 +0000 |
| commit | f5efddf80bc29bad8b394ba398b8d91c6a4c75ac (patch) | |
| tree | 3d5426fd7b04f829cbdd2472b9711b2c30a2ef20 /llvm/lib/Target/X86/X86ISelLowering.cpp | |
| parent | 1bb8d56ffd8a0a51b202743463131436ffeea3f2 (diff) | |
| download | bcm5719-llvm-f5efddf80bc29bad8b394ba398b8d91c6a4c75ac.tar.gz bcm5719-llvm-f5efddf80bc29bad8b394ba398b8d91c6a4c75ac.zip | |
Gabor points out that we can't spell. :)
llvm-svn: 27049
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 540fc11c1eb..5649d6461e5 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/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, |

