Commit 5e3840e1 authored by rearnsha's avatar rearnsha
Browse files

* arm.c (final_prescan_insn): If the form of a jump insn isn't

recognized, don't try to conditionally execute it.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36120 138bc75d-0d04-0410-961f-82ee72b054a4
parent 7b078663
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:
......
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