Partially address a README by having functionattrs consider calls to
[oota-llvm.git] / lib / Target / README.txt
index 22dadfeb3dd5e920cfaaa90b90456b913be05809..38c3daa9383845a6d4884b91bc703eb3dff7556a 100644 (file)
@@ -1678,8 +1678,8 @@ And functionattrs doesn't realize that the p.0 load points to function local
 memory.
 
 Also, functionattrs doesn't know about memcpy/memset.  This function should be
-marked readnone, since it only twiddles local memory, but functionattrs doesn't
-handle memset/memcpy/memmove aggressively:
+marked readnone rather than readonly, since it only twiddles local memory, but
+functionattrs doesn't handle memset/memcpy/memmove aggressively:
 
 struct X { int *p; int *q; };
 int foo() {