From: Chris Lattner Date: Tue, 16 Mar 2004 09:01:10 +0000 (+0000) Subject: Fix bug in bug name. It must be the painkillers that I haven't been taking X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c62db6fc40ac672da9ceabe1956a737cccb9e7a0;p=oota-llvm.git Fix bug in bug name. It must be the painkillers that I haven't been taking git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12440 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5113ce6b868..057f94cf644 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -242,7 +242,7 @@ management functions in libc runtime to allow them to be overriden
  • [llvmgcc] Invalid code created for complex division operation
  • [llvmgcc] Incorrect code generation for pointer subtraction
  • [llvmg++] Crash assigning pointers-to-members with casted types
  • -
  • [llvm-g++] Cleanups and exception handlers don't mix properly
  • +
  • [llvm-g++] Cleanups and gotos don't mix properly