]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arm/arm-protos.h
arm-protos.h (arm_emit_coreregs_64bit_shift): New prototype.
authorAndrew Stubbs <ams@codesourcery.com>
Fri, 18 May 2012 09:10:36 +0000 (09:10 +0000)
committerAndrew Stubbs <ams@gcc.gnu.org>
Fri, 18 May 2012 09:10:36 +0000 (09:10 +0000)
commit99aea9436dc454f679fb8766539c90ea4558454a
tree3c1d6411be8aca3514eb0c6e55d1beddb6ca4efc
parent7cb6668a1f251a35f26875398992eb4b1ae78f30
arm-protos.h (arm_emit_coreregs_64bit_shift): New prototype.

2012-05-18  Andrew Stubbs  <ams@codesourcery.com>

gcc/
* config/arm/arm-protos.h (arm_emit_coreregs_64bit_shift): New
prototype.
* config/arm/arm.c (arm_emit_coreregs_64bit_shift): New function.
* config/arm/arm.md (ashldi3): Use arm_emit_coreregs_64bit_shift.
(ashrdi3,lshrdi3): Likewise.
(arm_cond_branch): Remove '*' to enable gen_arm_cond_branch.

From-SVN: r187649
gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.md