Add notes about PRs 38 and 290 being fixed.

llvm-svn: 13056
This commit is contained in:
Misha Brukman 2004-04-19 03:01:01 +00:00
parent 017f2f3405
commit e70502328e
1 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,10 @@ In this release, the following missing features were implemented:
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
more than 256 elements</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR38">[bugpoint] External functions used in
non-instruction entities, such as global constant initializer</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR290">Bugpoint doesn't support
uses of external fns by immediate constant exprs</a></li>
</ol>