-
- Downloads
cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks, it is never defined.
* cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Remove CASE_DROPS_THROUGH checks, it is never defined. * cfglyout.c (fixup_reorder_chain): Likewise. * cfgrtl.c (rtl_verify_flow_info): Likewise. * stmt.c (expand_case): Likewise. * cfgbuild.c (make_edges): Likewise. Also remove force_fallthru, it is now always 0. * system.h (CASE_DROPS_THROUGH): Poison. * doc/md.texi (casesi): Remove documentation of CASE_DROPS_THROUGH. * doc/tm.texi (casesi): Remove documentation of CASE_DROPS_THROUGH. * config/v850/v850.h: Remove commented out CASE_DROPS_THROUGH. From-SVN: r91488
Showing
- gcc/ChangeLog 16 additions, 1 deletiongcc/ChangeLog
- gcc/cfgbuild.c 2 additions, 9 deletionsgcc/cfgbuild.c
- gcc/cfgcleanup.c 0 additions, 4 deletionsgcc/cfgcleanup.c
- gcc/cfglayout.c 0 additions, 10 deletionsgcc/cfglayout.c
- gcc/cfgrtl.c 1 addition, 7 deletionsgcc/cfgrtl.c
- gcc/config/v850/v850.h 0 additions, 5 deletionsgcc/config/v850/v850.h
- gcc/doc/md.texi 0 additions, 5 deletionsgcc/doc/md.texi
- gcc/doc/tm.texi 0 additions, 6 deletionsgcc/doc/tm.texi
- gcc/stmt.c 1 addition, 7 deletionsgcc/stmt.c
- gcc/system.h 2 additions, 1 deletiongcc/system.h
Loading
Please register or sign in to comment