diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-15 02:59:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-15 02:59:24 +0000 |
commit | 9e229b2802d67bccf13a9b50abd38180a9e9f696 (patch) | |
tree | 6a21b4a04586f304c873504b8e0de2cb915d5cda | |
parent | 80d94b88e1cdcffba477864f4d26ae80c2877ab7 (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14850 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8c4a3b69f2..cad0b1579e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -183,6 +183,7 @@ for structure typedefs</a></li> produced when linking C++ programs has been fixed.</li> <li><a href="http://llvm.cs.uiuc.edu/PR391">lli Doesn't Handle Exceptions From Bytecode Reader</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR341">operator<< on a Value* now prints the address of the object instead of its contents.</a></li> </ol> </div> |