diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-27 23:27:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-27 23:27:26 +0000 |
commit | eeeff013cd908cd68808641dbfad8e256ecb3bfe (patch) | |
tree | 117f77cdaee76c141a0ef497f83275cced6a8825 | |
parent | f97bf6dd7a55a3e8598b4b27c4c43726a91b2e4e (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18293 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6de0d1fcad..8d52a921ae 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -264,6 +264,8 @@ were fixed:</a> constant exprs</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR421">[llvmg++] Crash in initializing array with constructors in hard EH situations</a></li> + <li><a href="http://llvm.cs.uiuc.edu/PR397">[llvm-gcc] Inline function + redefinitions error due to 'asm' function rename</a></li> </ol> <p>Bugs fixed in the Sparc V9 back-end:</p> |