diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-19 03:01:01 +0000 | 
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-19 03:01:01 +0000 | 
| commit | e70502328e27d89cd6dd1fce2fedb9b8d3796c08 (patch) | |
| tree | cad2f12322fa68676d0683efcbf421ef94e732e4 /llvm | |
| parent | 017f2f340507f248724f7a1652259ba05b7f3175 (diff) | |
| download | bcm5719-llvm-e70502328e27d89cd6dd1fce2fedb9b8d3796c08.tar.gz bcm5719-llvm-e70502328e27d89cd6dd1fce2fedb9b8d3796c08.zip | |
Add notes about PRs 38 and 290 being fixed.
llvm-svn: 13056
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index ab1b6732702..9079cf53f06 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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> | 

