diff --git a/llvm/lib/Target/PowerPC/README.txt b/llvm/lib/Target/PowerPC/README.txt index 4f7f2cff10be77d642b75afa52731d3f13fa5032..78afed70f94a761558886b24b7614f90b3333aca 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) {