From 964b0d87b2ee26762465308e6eb4096d8b28a7cf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 10 Feb 2004 05:19:54 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11256 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3eee0e782b5..fdc873c6149 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -163,6 +163,7 @@ cause use of invalid pointers!
  • [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
  • +
  • [sparc] Boolean constants are emitted as true and false