Fixed grammar typo.

llvm-svn: 12345
This commit is contained in:
John Criswell 2004-03-12 21:29:42 +00:00
parent 5bc633f691
commit ef6d2c5e2d

View File

@ -309,7 +309,7 @@ more than 256 elements</a>.</li>
<li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link objects/archives in the order specified on the command line.</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR240">The lower-invoke pass does not mark
values live across a setjmp as volatile</a>. This missing feature only effects
values live across a setjmp as volatile</a>. This missing feature only affects
targets whose setjmp/longjmp libraries do not save and restore the entire
register file.</li>
</ul>