cris.h (ASM_OUTPUT_CASE_END): Use prev_nonnote_insn to get the tablejump-insn before the jump-table label.

* config/cris/cris.h (ASM_OUTPUT_CASE_END): Use prev_nonnote_insn
	to get the tablejump-insn before the jump-table label.

From-SVN: r87048
This commit is contained in:
Hans-Peter Nilsson 2004-09-03 19:24:41 +00:00 committed by Hans-Peter Nilsson
parent 321c496bc7
commit f671762a68
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-09-03 Hans-Peter Nilsson <hp@axis.com>
* config/cris/cris.h (ASM_OUTPUT_CASE_END): Use prev_nonnote_insn
to get the tablejump-insn before the jump-table label.
2004-09-03 Ziemowit Laski <zlaski@apple.com>
* c-common.h (objc_is_id, objc_declare_alias, objc_declare_class,

View file

@ -1537,8 +1537,9 @@ call_ ## FUNC (void) \
CODE_LABEL_NUMBER \
(XEXP (XEXP (XEXP \
(XVECEXP \
(PATTERN (PREV_INSN (PREV_INSN \
(TABLE))), \
(PATTERN \
(prev_nonnote_insn \
(PREV_INSN (TABLE))), \
0, 0), 1), 2), 0)), \
NUM, \
(TARGET_PDEBUG ? "; default" : "")); \