From 4b2b684b9ff7cd1480c01bddb2609497dc18ba70 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 Feb 2004 17:03:01 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11385 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 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