From: Chris Lattner Date: Tue, 1 Jun 2004 21:52:45 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=aec5f26d9789f365027eaccc7d766a40e02dbe3b;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13935 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: