aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorTrevor Saunders <tsaunders@mozilla.com>2014-09-16 01:23:31 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2014-09-16 01:23:31 +0000
commite73de8f37af47e6568c145d41f0490338b942288 (patch)
treec661ee4d9bd7b191dbb98cf8e1f11c4566f5d9d7 /gcc/rtl.h
parenta9a54305449a5490b6bff4a15348fa024ae1f24b (diff)
downloadgcc-e73de8f37af47e6568c145d41f0490338b942288.zip
gcc-e73de8f37af47e6568c145d41f0490338b942288.tar.gz
gcc-e73de8f37af47e6568c145d41f0490338b942288.tar.bz2
use rtx_insn * more
gcc/ChangeLog: 2014-09-15 Trevor Saunders <tsaunders@mozilla.com> * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Assign the result of emit_jump_insn_before to a new variable. * jump.c (mark_jump_label): Change the type of insn to rtx_insn *. (mark_jump_label_1): Likewise. (mark_jump_label_asm): Likewise. * reload1.c (gen_reload): Change type of tem to rtx_insn *. * rtl.h (mark_jump_label): Adjust. From-SVN: r215281
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 94bcabe..2b9da81 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2661,7 +2661,7 @@ extern enum rtx_code reverse_condition_maybe_unordered (enum rtx_code);
extern enum rtx_code swap_condition (enum rtx_code);
extern enum rtx_code unsigned_condition (enum rtx_code);
extern enum rtx_code signed_condition (enum rtx_code);
-extern void mark_jump_label (rtx, rtx, int);
+extern void mark_jump_label (rtx, rtx_insn *, int);
/* In jump.c */
extern rtx_insn *delete_related_insns (rtx);