summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/README.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/PowerPC/README.txt b/llvm/lib/Target/PowerPC/README.txt
index 4f7f2cff10b..78afed70f94 100644
--- a/llvm/lib/Target/PowerPC/README.txt
+++ b/llvm/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) {
OpenPOWER on IntegriCloud