2013-06-26 Greta Yorsh <Greta.Yorsh@arm.com>
authorgretay <gretay@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jun 2013 09:40:40 +0000 (09:40 +0000)
committergretay <gretay@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jun 2013 09:40:40 +0000 (09:40 +0000)
commit1e939b24b946ce3ed1cc1866061c946831c12aa6
tree945abfb6f7a7a6873628f9c827fe95234062c366
parent944f42fc29289812416f34d7b0c497ee79065396
2013-06-26  Greta Yorsh  <Greta.Yorsh@arm.com>

* config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Define macro.
* config/arm/arm-protos.h (arm_max_conditional_execute): New
declaration.
(tune_params): Update comment.
* config/arm/arm.c (arm_cortex_a15_tune): Set max_cond_insns to 2.
(arm_max_conditional_execute): New function.
(thumb2_final_prescan_insn): Use max_insn_skipped and
MAX_INSN_PER_IT_BLOCK to compute maximum instructions in a block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200419 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h