aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/README.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt
index 153c7d9068..8b5c5ce137 100644
--- a/lib/Target/README.txt
+++ b/lib/Target/README.txt
@@ -289,14 +289,6 @@ unsigned int popcount(unsigned int input) {
This sort of thing should be added to the loop idiom pass.
-This loop isn't converted to a memset:
-
-void f(char *dest, int n) {
- for (int i = 0; i < n; ++i) {
- dest[n] = 0;
- }
-}
-
//===---------------------------------------------------------------------===//
These should turn into single 16-bit (unaligned?) loads on little/big endian