This is already done

llvm-svn: 30512
This commit is contained in:
Chris Lattner 2006-09-20 04:59:33 +00:00
parent 380c7e9a59
commit f62f090ea1
1 changed files with 0 additions and 8 deletions

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: We compile:
unsigned test6(unsigned x) { unsigned test6(unsigned x) {