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 | |
| 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')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCInstrInfo.td | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/README.txt | 4 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td index fe9740ff6d7..b1772376f52 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.td +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.td @@ -659,7 +659,7 @@ def FSQRTS : XForm_26<59, 22, (ops F4RC:$frD, F4RC:$frB), /// FMR is split into 3 versions, one for 4/8 byte FP, and one for extending. /// /// Note that these are defined as pseudo-ops on the PPC970 because they are -/// often coallesced away and we don't want the dispatch group builder to think +/// often coalesced away and we don't want the dispatch group builder to think /// that they will fill slots (which could cause the load of a LSU reject to /// sneak into a d-group with a store). def FMRS : XForm_26<63, 72, (ops F4RC:$frD, F4RC:$frB), diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt index 0cf645c7a8f..91bdb538e94 100644 --- a/llvm/lib/Target/X86/README.txt +++ b/llvm/lib/Target/X86/README.txt @@ -547,7 +547,7 @@ feasible. //===---------------------------------------------------------------------===// -Teach the coallescer to commute 2-addr instructions, allowing us to eliminate +Teach the coalescer to commute 2-addr instructions, allowing us to eliminate the reg-reg copy in this example: float foo(int *x, float *y, unsigned c) { @@ -642,7 +642,7 @@ lambda, siod, optimizer-eval, ackermann, hash2, nestedloop, strcat, and Treesor. //===---------------------------------------------------------------------===// -Teach the coallescer to coales vregs of different register classes. e.g. FR32 / +Teach the coalescer to coalesce vregs of different register classes. e.g. FR32 / FR64 to VR128. //===---------------------------------------------------------------------===// 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, |

