[llvm-commits] CVS: llvm/lib/Target/ARM/README.txt

Dale Johannesen dalej at apple.com
Fri Mar 9 11:19:16 PST 2007



Changes in directory llvm/lib/Target/ARM:

README.txt updated: 1.16 -> 1.17
---
Log message:

apply comments from review of last patch


---
Diffs of the changes:  (+2 -2)

 README.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/Target/ARM/README.txt
diff -u llvm/lib/Target/ARM/README.txt:1.16 llvm/lib/Target/ARM/README.txt:1.17
--- llvm/lib/Target/ARM/README.txt:1.16	Fri Mar  9 11:58:17 2007
+++ llvm/lib/Target/ARM/README.txt	Fri Mar  9 13:18:59 2007
@@ -140,7 +140,7 @@
 aligned on 8-byte boundary. This requires more information on load / store
 nodes (and MI's?) then we currently carry.
 
-6) (From CoreGraphics):  struct copies appear to be done field by field 
+6) struct copies appear to be done field by field 
 instead of by words, at least sometimes:
 
 struct foo { int x; short s; char c1; char c2; };
@@ -427,7 +427,7 @@
 http://citeseer.ist.psu.edu/debus04linktime.html
 
 //===---------------------------------------------------------------------===//
-(CoreGraphics):  gcc generates smaller code for this function at -O2 or -Os:
+gcc generates smaller code for this function at -O2 or -Os:
 
 void foo(signed char* p) {
   if (*p == 3)






More information about the llvm-commits mailing list