[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt
Chris Lattner
sabre at nondot.org
Tue Sep 19 21:59:47 PDT 2006
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.97 -> 1.98
---
Log message:
This is already done
---
Diffs of the changes: (+0 -8)
README.txt | 8 --------
1 files changed, 8 deletions(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.97 llvm/lib/Target/PowerPC/README.txt:1.98
--- llvm/lib/Target/PowerPC/README.txt:1.97 Tue Sep 19 23:25:47 2006
+++ llvm/lib/Target/PowerPC/README.txt Tue Sep 19 23:59:33 2006
@@ -546,14 +546,6 @@
===-------------------------------------------------------------------------===
-On PPC64, this results in a truncate followed by a truncstore. These should
-be folded together.
-
-unsigned short G;
-void foo(unsigned long H) { G = H; }
-
-===-------------------------------------------------------------------------===
-
We compile:
unsigned test6(unsigned x) {
More information about the llvm-commits
mailing list