From b80e3caa104f3faf59cf169425bd28e65b4aabb7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Feb 2004 21:20:42 +0000 Subject: [PATCH] Add new bug, add note about llvm-db llvm-svn: 11201 --- docs/ReleaseNotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 13db399064d..2bff4a6096e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -95,7 +95,7 @@ This release implements the following new features:
    -
  1. +
  2. A new LLVM source-level debugger has been started.
@@ -169,6 +169,7 @@ cause use of invalid pointers!
  • VMCore mishandles double -0.0
  • [X86] X86 backend code generates -0.0 as +0.0
  • [loopsimplify] Loopsimplify incorrectly updates dominator information
  • +
  • [pruneeh] -pruneeh pass removes invoke instructions it shouldn't