diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-19 02:09:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-19 02:09:38 +0000 |
commit | 3cda14ff3e70a5124db396645b108be51ebb31af (patch) | |
tree | 06fb5ad7a1468329dafb9190f3f4a763e6517d95 | |
parent | 68b951a5e5c8e3e36fd64af3c56a5d2b53d1bfaf (diff) | |
download | external_llvm-3cda14ff3e70a5124db396645b108be51ebb31af.zip external_llvm-3cda14ff3e70a5124db396645b108be51ebb31af.tar.gz external_llvm-3cda14ff3e70a5124db396645b108be51ebb31af.tar.bz2 |
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25439 91177308-0d34-0410-b5e6-96231b3b80d8
-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 4871d79..938fff2 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. + |