re PR target/56809 (Revision 197266 causes trunk ICE for arm-none-eabi targets)

2013-04-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	PR target/56809
	* config/aarch64/aarch64.c (is_jump_table): Use next_active_insn
	instead of next_real_insn.

From-SVN: r197434
This commit is contained in:
Kyrylo Tkachov 2013-04-03 16:38:24 +00:00 committed by Kyrylo Tkachov
parent c42a832a95
commit 9d821fa520
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2013-04-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/56809
* config/aarch64/aarch64.c (is_jump_table): Use next_active_insn
instead of next_real_insn.
2013-04-03 Marek Polacek <polacek@redhat.com>
PR sanitizer/55702

View file

@ -4070,7 +4070,7 @@ aarch64_output_casesi (rtx *operands)
{
char buf[100];
char label[100];
rtx diff_vec = PATTERN (next_real_insn (operands[2]));
rtx diff_vec = PATTERN (next_active_insn (operands[2]));
int index;
static const char *const patterns[4][2] =
{