From 3a9ec199b52a9df1bce3ab8ff2996ac4bcb32ddd Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 26 Feb 2004 00:08:25 +0000 Subject: [PATCH] One B00g fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11857 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 6ec9f84a2a7..6d286cd4b10 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -199,6 +199,7 @@ cause use of invalid pointers!
  • [loopsimplify] Loopsimplify incorrectly updates dominator information
  • [pruneeh] -pruneeh pass removes invoke instructions it shouldn't
  • [sparc] Boolean constants are emitted as true and false
  • +
  • [interpreter] va_list values silently corrupted by function calls
  • Tablegen aborts on errors
  • [inliner] Error inlining intrinsic calls into invoke instructions
  • Linking weak and strong global variables is dependent on link order
  • -- 2.34.1