The word 'independent' has no 'a'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5724 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-03-08 23:59:05 +00:00
parent 10f22cb1a0
commit 3d87b42bf9

View File

@ -132,7 +132,7 @@ all the back-ends: CBE, llc, and lli.<p>
<li>Add support for a volatile attribute on loads and stores
<li>Support for variable argument functions
<li>Add a new conditional move instruction: <tt>X = select bool Cond, Y, Z</tt>
<li>Add support for platform independant prefetch support. The GCC <a
<li>Add support for platform independent prefetch support. The GCC <a
href="http://gcc.gnu.org/projects/prefetch.html">prefetch project</a> page
has a good survey of the prefetching capabilities of a variety of modern
processors.