From f78a57bb09c11b10499df416cfb35353d992bfdd 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. llvm-svn: 52103 --- llvm/docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 0dec04fde34e..1e05ac7bea75 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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.