From: Misha Brukman Date: Sat, 8 Mar 2003 23:59:05 +0000 (+0000) Subject: The word 'independent' has no 'a'. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3d87b42bf98f630c07733dc15c143c0653095331;p=oota-llvm.git The word 'independent' has no 'a'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5724 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index 096d93632d8..898bb84c7e2 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -132,7 +132,7 @@ all the back-ends: CBE, llc, and lli.

  • Add support for a volatile attribute on loads and stores
  • Support for variable argument functions
  • Add a new conditional move instruction: X = select bool Cond, Y, Z -
  • Add support for platform independant prefetch support. The GCC Add support for platform independent prefetch support. The GCC prefetch project page has a good survey of the prefetching capabilities of a variety of modern processors.