From 7e59b8ade9d0b2d54feb1114fa3ad789bd9c4177 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Sun, 8 Jun 2008 22:05:11 +0000 Subject: [PATCH] Revert a bad edit from r52095. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52103 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0dec04fde34..1e05ac7bea7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -320,7 +320,7 @@ for (i = LB; i < NUB; ++i) -
  • LLVM includes a new memcpy optimization pass removes +
  • LLVM includes a new memcpy optimization pass which removes dead memcpy calls, unneeded copies of aggregates, and performs return slot optimization. The LLVM optimizer now notices long sequences of consecutive stores and merges them into memcpy's where profitable.
  • -- 2.34.1