aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2014-08-28 20:37:15 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2014-08-28 20:37:15 +0000
commit8ba24b7b5fc19c54d86000260cf697c1dd9ab303 (patch)
treef03a9ad699f5ebff10a80a0829cb7b31bd93ac25 /gcc/output.h
parenteefc72edb9c02055bd244c379761013ff0418c38 (diff)
downloadgcc-8ba24b7b5fc19c54d86000260cf697c1dd9ab303.zip
gcc-8ba24b7b5fc19c54d86000260cf697c1dd9ab303.tar.gz
gcc-8ba24b7b5fc19c54d86000260cf697c1dd9ab303.tar.bz2
insn_current_reference_address takes an rtx_insn
gcc/ 2014-08-28 David Malcolm <dmalcolm@redhat.com> * output.h (insn_current_reference_address): Strengthen param from rtx to rtx_insn *. * final.c (insn_current_reference_address): Likewise. From-SVN: r214692
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h
index a3a5d78..0ee2be7 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -90,7 +90,7 @@ extern void output_asm_insn (const char *, rtx *);
/* Compute a worst-case reference address of a branch so that it
can be safely used in the presence of aligned labels.
Defined in final.c. */
-extern int insn_current_reference_address (rtx);
+extern int insn_current_reference_address (rtx_insn *);
/* Find the alignment associated with a CODE_LABEL.
Defined in final.c. */