From: Chris Lattner Date: Tue, 17 Feb 2004 22:00:39 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=950265877f0967014631acc6fc747a69a2838050;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11567 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 12651e46540..2117730b95e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -178,6 +178,7 @@ cause use of invalid pointers!
  • [sparc] Boolean constants are emitted as true and false
  • Tablegen aborts on errors
  • [inliner] Error inlining intrinsic calls into invoke instructions
  • +
  • Linking weak and strong global variables is dependent on link order