diff options
-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> |