[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt

Chris Lattner lattner at cs.uiuc.edu
Wed Jan 18 18:09:50 PST 2006



Changes in directory llvm/lib/Target/PowerPC:

README.txt updated: 1.45 -> 1.46
---
Log message:

add a note


---
Diffs of the changes:  (+4 -0)

 README.txt |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.45 llvm/lib/Target/PowerPC/README.txt:1.46
--- llvm/lib/Target/PowerPC/README.txt:1.45	Mon Jan 16 11:58:54 2006
+++ llvm/lib/Target/PowerPC/README.txt	Wed Jan 18 20:09:38 2006
@@ -339,3 +339,7 @@
 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.
+






More information about the llvm-commits mailing list