URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178636
Log:
gcc/
PR target/49030
* config/arm/arm-protos.h (maybe_get_arm_condition_code): Declare.
* config/arm/arm.c (maybe_get_arm_condition_code): New function,
reusing the old code from get_arm_condition_code. Return ARM_NV
for invalid comparison codes.
(get_arm_condition_code): Redefine in terms of
maybe_get_arm_condition_code.
* config/arm/predicates.md (arm_comparison_operator): Use
maybe_get_arm_condition_code.
gcc/testsuite/
PR target/49030
* gcc.dg/torture/pr49030.c: New test.
Author: rsandifo
Date: Wed Sep 7 13:48:03 2011
New Revision: 178636
URL: http:// gcc.gnu. org/viewcvs? root=gcc& view=rev& rev=178636 arm/arm- protos. h (maybe_ get_arm_ condition_ code): Declare. get_arm_ condition_ code): New function, condition_ code. Return ARM_NV condition_ code): Redefine in terms of get_arm_ condition_ code. arm/predicates. md (arm_comparison _operator) : Use get_arm_ condition_ code.
Log:
gcc/
PR target/49030
* config/
* config/arm/arm.c (maybe_
reusing the old code from get_arm_
for invalid comparison codes.
(get_arm_
maybe_
* config/
maybe_
gcc/testsuite/ torture/ pr49030. c: New test.
PR target/49030
* gcc.dg/
Added: gcc/testsuite/ gcc.dg/ torture/ pr49030. c gcc/ChangeLog gcc/config/ arm/arm- protos. h gcc/config/ arm/arm. c gcc/config/ arm/predicates. md gcc/testsuite/ ChangeLog
trunk/
Modified:
trunk/
trunk/
trunk/
trunk/
trunk/