diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-07 02:25:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-07 02:25:24 +0000 |
commit | e549717d841fa5895c2583f3d68c60964b959691 (patch) | |
tree | 78a941ba6d096242f01a731fa71173fa2f137016 | |
parent | 167d4b0e83fa712f0b463c953f94f3ecb05b22fc (diff) | |
download | bcm5719-llvm-e549717d841fa5895c2583f3d68c60964b959691.tar.gz bcm5719-llvm-e549717d841fa5895c2583f3d68c60964b959691.zip |
Bug fixed
llvm-svn: 14657
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 748e8fc17ec..0959cb078ea 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -301,6 +301,7 @@ prototypes that take opaque structs by-value</a></li> length array of structures</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR377">[llvmgcc] miscompilation of staticly initialized unsigned bitfields</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR396">[llvm-gcc] Crash casting function to void</a></li> </ol> </div> |