From: Chris Lattner Date: Thu, 15 Jul 2004 02:59:24 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9e229b2802d67bccf13a9b50abd38180a9e9f696;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14850 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8c4a3b69f2e..cad0b1579e1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -183,6 +183,7 @@ for structure typedefs produced when linking C++ programs has been fixed.
  • lli Doesn't Handle Exceptions From Bytecode Reader
  • +
  • operator<< on a Value* now prints the address of the object instead of its contents.