diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-16 09:01:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-16 09:01:10 +0000 |
commit | c62db6fc40ac672da9ceabe1956a737cccb9e7a0 (patch) | |
tree | d587a0220ac1c67a2b49292b3abe86350dc06479 | |
parent | 7fe97dd95e595baf6f57a23356075c438b86f444 (diff) |
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
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5113ce6b86..057f94cf64 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -242,7 +242,7 @@ management functions in libc runtime to allow them to be overriden</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR272">[llvmgcc] Invalid code created for complex division operation</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR268">[llvmgcc] Incorrect code generation for pointer subtraction</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR261">[llvmg++] Crash assigning pointers-to-members with casted types</a></li> -<li><a href="http://llvm.cs.uiuc.edu/PR291">[llvm-g++] Cleanups and exception handlers don't mix properly</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR291">[llvm-g++] Cleanups and gotos don't mix properly</a></li> </ol> </div> |