]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/target.def
re PR rtl-optimization/38449 (delay branch scheduling follows REG_CROSSING_JUMP jumps...
authorJoern Rennecke <joern.rennecke@embecosm.com>
Sun, 30 Sep 2012 19:25:49 +0000 (19:25 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Sun, 30 Sep 2012 19:25:49 +0000 (20:25 +0100)
commit4b4de898c94e678bbcfa677bbb524fc3bf33ed51
tree7bba91477b083c590808e6d2b1df353f8eabf850
parentf84992b0011db09edf7efabf6750ea4ac77df441
re PR rtl-optimization/38449 (delay branch scheduling follows REG_CROSSING_JUMP jumps indiscriminately)

        PR rtl-optimization/38449:
        * hooks.c (hook_bool_const_rtx_const_rtx_true): New function.
        * hooks.h (hook_bool_const_rtx_const_rtx_true): Declare.
        * target.def: Merge in definitions and documentation for
        TARGET_CAN_FOLLOW_JUMP.
        * doc/tm.texi.in: Add documentation locations for the above.
        * doc/tm.texi: Regenerate.
        * reorg.c (follow_jumps): New parameters jump and crossing.
        Changed all callers.

From-SVN: r191878
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/hooks.c
gcc/hooks.h
gcc/reorg.c
gcc/target.def