simplify-rtx.c (simplify_unary_operation_1 <case TRUNCATE>): A truncate of a memory...
authorAndrew Pinski <apinski@cavium.com>
Sat, 1 Sep 2012 18:52:19 +0000 (18:52 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 1 Sep 2012 18:52:19 +0000 (11:52 -0700)
commitdcf8468f1cad977c1f82aa008aecc74f5c858161
treebe556f5593c16ed2a60e57ca2ab1b9d6e738f2be
parent2caf633d4f8d4281dd428a1cfeac28b92bc9b6f8
simplify-rtx.c (simplify_unary_operation_1 <case TRUNCATE>): A truncate of a memory is just loading the low part of the memory.

2012-09-01  Andrew Pinski  <apinski@cavium.com>

* simplify-rtx.c (simplify_unary_operation_1 <case TRUNCATE>):
A truncate of a memory is just loading the low part of the memory.

2012-09-01  Andrew Pinski  <apinski@cavium.com>

        * gcc.target/mips/truncate-8.c: New testcase.

From-SVN: r190848
gcc/ChangeLog
gcc/simplify-rtx.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/truncate-8.c [new file with mode: 0644]