From 11074e3355bb8322d7c8d9f77b3b87a44b260f67 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 11 Jun 2004 02:15:39 +0000 Subject: [PATCH] Bug fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14130 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) 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.
  • -- 2.34.1