From f62f090ea189c73ad227bca29324862cd56ecb5b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 20 Sep 2006 04:59:33 +0000 Subject: [PATCH] This is already done llvm-svn: 30512 --- llvm/lib/Target/PowerPC/README.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/llvm/lib/Target/PowerPC/README.txt b/llvm/lib/Target/PowerPC/README.txt index 4f7f2cff10be..78afed70f94a 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) { -- GitLab