Commit f671762a by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

cris.h (ASM_OUTPUT_CASE_END): Use prev_nonnote_insn to get the tablejump-insn…

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
parent 321c496b
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> 2004-09-03 Ziemowit Laski <zlaski@apple.com>
* c-common.h (objc_is_id, objc_declare_alias, objc_declare_class, * c-common.h (objc_is_id, objc_declare_alias, objc_declare_class,
......
...@@ -1537,8 +1537,9 @@ call_ ## FUNC (void) \ ...@@ -1537,8 +1537,9 @@ call_ ## FUNC (void) \
CODE_LABEL_NUMBER \ CODE_LABEL_NUMBER \
(XEXP (XEXP (XEXP \ (XEXP (XEXP (XEXP \
(XVECEXP \ (XVECEXP \
(PATTERN (PREV_INSN (PREV_INSN \ (PATTERN \
(TABLE))), \ (prev_nonnote_insn \
(PREV_INSN (TABLE))), \
0, 0), 1), 2), 0)), \ 0, 0), 1), 2), 0)), \
NUM, \ NUM, \
(TARGET_PDEBUG ? "; default" : "")); \ (TARGET_PDEBUG ? "; default" : "")); \
......
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