From: Chris Lattner Date: Fri, 13 Feb 2004 17:03:01 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4b2b684b9ff7cd1480c01bddb2609497dc18ba70;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11385 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 09245885c26..77f2d6a246e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -173,6 +173,7 @@ cause use of invalid pointers!
  • [pruneeh] -pruneeh pass removes invoke instructions it shouldn't
  • [sparc] Boolean constants are emitted as true and false
  • Tablegen aborts on errors
  • +
  • [inliner] Error inlining intrinsic calls into invoke instructions