This is already done

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30512 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-09-20 04:59:33 +00:00
parent b8456460cb
commit ac924c8248

View File

@ -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) {