diff options
author | Chris Lattner <sabre@nondot.org> | 2006-09-20 04:59:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-09-20 04:59:33 +0000 |
commit | f62f090ea189c73ad227bca29324862cd56ecb5b (patch) | |
tree | 5fe192eca8da010a085ef2721b05f4700aeaf20a /llvm/lib/Target/PowerPC/README.txt | |
parent | 380c7e9a598df7d03dceef044de31c8fc9d4ea26 (diff) | |
download | bcm5719-llvm-f62f090ea189c73ad227bca29324862cd56ecb5b.tar.gz bcm5719-llvm-f62f090ea189c73ad227bca29324862cd56ecb5b.zip |
This is already done
llvm-svn: 30512
Diffstat (limited to 'llvm/lib/Target/PowerPC/README.txt')
-rw-r--r-- | llvm/lib/Target/PowerPC/README.txt | 8 |
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) { |