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:
Richard Earnshaw 2000-09-03 17:49:32 +00:00 committed by Richard Earnshaw
parent 150f410081
commit 4e67550b26
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -8062,6 +8062,9 @@ arm_final_prescan_insn (insn)
break;
}
}
else
fail = TRUE; /* Unrecognized jump (eg epilogue). */
break;
case INSN: