From 1fda3700bee8842d6d1b1f637a3186b2af8a50db Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 15 Feb 2004 00:23:15 +0000 Subject: [PATCH] New code quality fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11457 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 54bab5dc803..54b4ad1317f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -147,6 +147,7 @@ In this release, the following Code Quality issues were fixed:
  • [loopsimplify] Many pointless phi nodes are created
  • The X86 backend didn't generate fchs to negate floating point numbers
  • The X86 backend didn't expand memcpy() into the rep movs instruction
  • +
  • [x86] wierd stack/frame pointer manipulation
  • -- 2.34.1