From aec5f26d9789f365027eaccc7d766a40e02dbe3b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 1 Jun 2004 21:52:45 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13935 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 cc2391ed6be..be15bc15dbf 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -245,6 +245,7 @@ of the same name, both having constant pools
  • [livevar] Live variables missed physical register use of aliased definition
  • Verifier misses malformed switch instruction
  • +
  • [jit] abort, don't warn, when missing external functions encountered
  • Bugs in the C/C++ front-end:

    -- 2.34.1