apply comments from review of last patch
authorDale Johannesen <dalej@apple.com>
Fri, 9 Mar 2007 19:18:59 +0000 (19:18 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 9 Mar 2007 19:18:59 +0000 (19:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35045 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/README.txt

index 8e0a2fa1f376f92ea10323aba7b2063608d097cc..d831d63399a3d996d591b044c6c4e53cf5d853eb 100644 (file)
@@ -140,7 +140,7 @@ odd/even pair. However, we probably would pay a penalty if the address is not
 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://www.inf.u-szeged.hu/gcc-arm/
 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)