diff options
author | Chris Lattner <sabre@nondot.org> | 2004-09-28 03:45:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-09-28 03:45:22 +0000 |
commit | 98e81bf16b6f8a87c9761b1785b944aa002cd19c (patch) | |
tree | c04095ca0621580c16122410d42228d726bfd6f3 /docs/ReleaseNotes.html | |
parent | f9b28d2d74ee3b6d3c11f74b2721ddfbb4ca4769 (diff) | |
download | external_llvm-98e81bf16b6f8a87c9761b1785b944aa002cd19c.zip external_llvm-98e81bf16b6f8a87c9761b1785b944aa002cd19c.tar.gz external_llvm-98e81bf16b6f8a87c9761b1785b944aa002cd19c.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8813fe4..9cb4f9a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -173,7 +173,7 @@ were fixed:</a> <p>Bugs in the C/C++ front-end:</p> <ol> -<li></li> +<li><a href="http://llvm.org/PR445">[llvmg++] not enough templates are instantiated</a></li> </ol> <p>Bugs fixed in the Sparc V9 back-end:</p> |