From f79e57ef0968d9d17af5f7836bd878cc883d3aaf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 19 Apr 2005 06:08:04 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21355 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index dc3a4488397..e3ae3896db6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -144,6 +144,8 @@ were fixed:
  1. [dse] DSE deletes stores that are partially overwritten by smaller stores
  2. +
  3. [instcombine] miscompilation of + setcc or setcc in one case

Code Generator Bugs:

-- 2.34.1