From eeeff013cd908cd68808641dbfad8e256ecb3bfe Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 27 Nov 2004 23:27:26 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18293 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6de0d1fcada..8d52a921ae6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -264,6 +264,8 @@ were fixed: constant exprs
  • [llvmg++] Crash in initializing array with constructors in hard EH situations
  • +
  • [llvm-gcc] Inline function + redefinitions error due to 'asm' function rename
  • Bugs fixed in the Sparc V9 back-end:

    -- 2.34.1