From c62db6fc40ac672da9ceabe1956a737cccb9e7a0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 16 Mar 2004 09:01:10 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
  • -- 2.34.1