[PATCH]Enable two UNSIGNED_FLOAT simplifications in simplify_unary_operation_1.
authorRenlin Li <renlin.li@arm.com>
Thu, 16 Apr 2015 08:36:21 +0000 (08:36 +0000)
committerRenlin Li <renlin@gcc.gnu.org>
Thu, 16 Apr 2015 08:36:21 +0000 (08:36 +0000)
commit76978b21c6b7a3b9569c43bae4709b5e0cc5f653
treedebf7a214288565fe0e545f930bf1ce2b7acbee0
parent72ed1126861875a4fae0d75f994e35f1b79509bd
[PATCH]Enable two UNSIGNED_FLOAT simplifications in simplify_unary_operation_1.

gcc/

2015-04-16  Renlin Li  <renlin.li@arm.com>

* simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
simplifications for UNSIGNEDED_FLOAT.

gcc/testsuite/

2015-04-16  Renlin Li  <renlin.li@arm.com>

* gcc.target/aarch64/unsigned-float.c: New.
* gcc.target/arm/unsigned-float.c: New.

From-SVN: r222143
gcc/ChangeLog
gcc/simplify-rtx.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/unsigned-float.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/unsigned-float.c [new file with mode: 0644]