Commit 4f6fee0f by Christian Bruel Committed by Christian Bruel

temporarily revert fix for PR target/42841

From-SVN: r156282
parent cdf6bfb7
2010-01-27 Christian Bruel <christian.bruel@st.com>
Revert:
PR target/42841
* config/sh/sh.c (find_barrier): Increase length for non delayed
conditional branches.
2010-01-27 Matthias Klose <doko@ubuntu.com> 2010-01-27 Matthias Klose <doko@ubuntu.com>
* configure.ac (gnu-unique-object): Fix ldd version check. * configure.ac (gnu-unique-object): Fix ldd version check.
......
...@@ -4567,13 +4567,6 @@ find_barrier (int num_mova, rtx mova, rtx from) ...@@ -4567,13 +4567,6 @@ find_barrier (int num_mova, rtx mova, rtx from)
&& ! TARGET_SMALLCODE) && ! TARGET_SMALLCODE)
new_align = 4; new_align = 4;
/* There is a possibility that a bf is transformed into a bf/s by the
delay slot scheduler. */
if (JUMP_P (from) && !JUMP_TABLE_DATA_P (from)
&& get_attr_type (from) == TYPE_CBRANCH
&& GET_CODE (PATTERN (NEXT_INSN (PREV_INSN (from)))) != SEQUENCE)
inc += 2;
if (found_si) if (found_si)
{ {
count_si += inc; count_si += inc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment