summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/README.txt
diff options
context:
space:
mode:
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) {