diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-04-09 18:39:54 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-04-09 18:39:54 +0000 |
commit | 0473868bfed8ad43466b3b48528c990af8d8a820 (patch) | |
tree | 40852d991b39fe8baa388280559078d2355a4a8c /docs/CodeGenerator.html | |
parent | f5c3f8cda5cc7bae359f9a53954c2d6488cd4152 (diff) | |
download | external_llvm-0473868bfed8ad43466b3b48528c990af8d8a820.zip external_llvm-0473868bfed8ad43466b3b48528c990af8d8a820.tar.gz external_llvm-0473868bfed8ad43466b3b48528c990af8d8a820.tar.bz2 |
Fix a grammaro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100877 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 1159a6c..fbdc294 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1430,7 +1430,7 @@ bool RegMapping_Fer::compatible_class(MachineFunction &mf, instruction, use <tt>TargetInstrInfo::get(opcode)::ImplicitUses</tt>. Pre-colored registers impose constraints on any register allocation algorithm. The - register allocator must make sure that none of them is been overwritten by + register allocator must make sure that none of them are overwritten by the values of virtual registers while still alive.</p> </div> |