arm.c (final_prescan_insn): If the form of a jump insn isn't recognized, don't try to conditionally execute it.
* arm.c (final_prescan_insn): If the form of a jump insn isn't recognized, don't try to conditionally execute it. From-SVN: r36120
This commit is contained in:
parent
150f410081
commit
4e67550b26
@ -1,3 +1,8 @@
|
||||
2000-09-03 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* arm.c (final_prescan_insn): If the form of a jump insn isn't
|
||||
recognized, don't try to conditionally execute it.
|
||||
|
||||
Sun Sep 3 13:10:56 2000 Denis Chertykov <denisc@overta.ru>
|
||||
|
||||
* config/avr/avr.md ("*tablejump_lib"): New pattern.
|
||||
|
@ -8062,6 +8062,9 @@ arm_final_prescan_insn (insn)
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
fail = TRUE; /* Unrecognized jump (eg epilogue). */
|
||||
|
||||
break;
|
||||
|
||||
case INSN:
|
||||
|
Loading…
Reference in New Issue
Block a user