From: Brian Gaeke Date: Fri, 11 Jun 2004 02:15:39 +0000 (+0000) Subject: Bug fixed. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=11074e3355bb8322d7c8d9f77b3b87a44b260f67;p=oota-llvm.git Bug fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14130 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3b2edc63dbe..b6622d3c0b5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -233,6 +233,9 @@ functions like sqrt/sin/cos/etc.
  • The C backend now emits Syntactic loops in the code to help C compilers whose optimizers do not recognize loops formed from gotos (like GCC).
  • + +
  • Fixed: [sparcv9] null +often spilled to constant pool.