add a note

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-19 02:09:38 +00:00
parent 68b951a5e5
commit 3cda14ff3e

View File

@ -339,3 +339,7 @@ Squish small scalar globals together into a single global struct, allowing the
address of the struct to be CSE'd, avoiding PIC accesses (also reduces the size
of the GOT on targets with one).
===-------------------------------------------------------------------------===
Generate lwbrx and other byteswapping load/store instructions when reasonable.