diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-18 08:16:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-18 08:16:25 +0000 |
commit | 5b7142a8776dce105222863313d3f73a858a9840 (patch) | |
tree | da8970c1b58cca5592ef8b7d949ae66b98c8e969 | |
parent | ba7df4c48235964f1b8d133c98886781b5f853e2 (diff) |
add boog
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10508 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 77347b2f7f..a19c05f54e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -137,6 +137,8 @@ In this release, the following bugs in the previous release were fixed: <ol> <li><a href="http://llvm.cs.uiuc.edu/PR179">[licm] LICM promotes volatile memory locations to registers</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR191">[licm] Memory read after free causes +infrequent crash</a></li> </ol> |