to get the tablejump-insn before the jump-table label.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87048
138bc75d-0d04-0410-961f-
82ee72b054a4
+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,
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" : "")); \