diff options
-rw-r--r-- | lib/Target/PowerPC/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 4871d794a3..938fff2865 100644 --- a/lib/Target/PowerPC/README.txt +++ b/lib/Target/PowerPC/README.txt @@ -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. + |