summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/README.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-20 04:59:33 +0000
committerChris Lattner <sabre@nondot.org>2006-09-20 04:59:33 +0000
commitac924c8248c66ed643a342e8ac902ebe6148c4b8 (patch)
tree9955ae214484e3cbd140762f1f67c7cb194222f1 /lib/Target/PowerPC/README.txt
parentb8456460cbf3134ad196584a3049ac9b1109628b (diff)
downloadllvm-ac924c8248c66ed643a342e8ac902ebe6148c4b8.tar.gz
llvm-ac924c8248c66ed643a342e8ac902ebe6148c4b8.tar.bz2
llvm-ac924c8248c66ed643a342e8ac902ebe6148c4b8.tar.xz
This is already done
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30512 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/README.txt')
-rw-r--r--lib/Target/PowerPC/README.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt
index 4f7f2cff10..78afed70f9 100644
--- a/lib/Target/PowerPC/README.txt
+++ b/lib/Target/PowerPC/README.txt
@@ -546,14 +546,6 @@ _foo:
===-------------------------------------------------------------------------===
-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) {