diff options
author | Dale Johannesen <dalej@apple.com> | 2007-03-09 19:18:59 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2007-03-09 19:18:59 +0000 |
commit | 818c085232ef44d0e5afce529c5c669e3712b43d (patch) | |
tree | ca4a5610dce0d42e2251367b0dc0002ec09c18db /lib/Target/ARM/README.txt | |
parent | a6bc6fc170b0fed4b1426caba1a3b58a55ca5164 (diff) | |
download | external_llvm-818c085232ef44d0e5afce529c5c669e3712b43d.zip external_llvm-818c085232ef44d0e5afce529c5c669e3712b43d.tar.gz external_llvm-818c085232ef44d0e5afce529c5c669e3712b43d.tar.bz2 |
apply comments from review of last patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35045 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/README.txt')
-rw-r--r-- | lib/Target/ARM/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/README.txt b/lib/Target/ARM/README.txt index 8e0a2fa..d831d63 100644 --- a/lib/Target/ARM/README.txt +++ b/lib/Target/ARM/README.txt @@ -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) |