Fix a grammero.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-06-08 22:44:43 +00:00
parent 7e59b8ade9
commit eedf6fe581

View File

@ -374,8 +374,8 @@ faster:</p>
non-power-of-2 integer sizes.</li> non-power-of-2 integer sizes.</li>
<li>LLVM 2.3 includes several compile time speedups for code with large basic <li>LLVM 2.3 includes several compile time speedups for code with large basic
blocks, particular in the instruction selection phase, register allocation, blocks, particularly in the instruction selection phase, register
scheduling, and tail merging/jump threading.</li> allocation, scheduling, and tail merging/jump threading.</li>
<li>Several improvements which make llc's <tt>--view-sunit-dags</tt> <li>Several improvements which make llc's <tt>--view-sunit-dags</tt>
visualization of scheduling dependency graphs easier to understand.</li> visualization of scheduling dependency graphs easier to understand.</li>