From 412926edf7a8ab605139edc7c5c9b8bcb29d8c3f Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 26 Feb 2004 23:13:34 +0000 Subject: [PATCH] Added PR258 and 259. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11889 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fc6f15b9ed9..c9b168816be 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -205,6 +205,8 @@ cause use of invalid pointers!
  • Tablegen aborts on errors
  • [inliner] Error inlining intrinsic calls into invoke instructions
  • Linking weak and strong global variables is dependent on link order
  • +
  • Variables used to define non-printable FP constants are externally visible
  • +
  • CBE gives linkonce functions wrong linkage semantics