summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-25 20:53:38 +0000
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-25 20:53:38 +0000
commit91211f4749f903c26043f6824e95a0cce7f0d7c3 (patch)
treedff6d5004cd08c45c64b6eafb092deb4b233db28 /gcc/output.h
parent5757f863498a54a5bebe3b01dbcc1005f754c556 (diff)
downloadgcc-91211f4749f903c26043f6824e95a0cce7f0d7c3.tar.gz
shorten_branches takes an rtx_insn
gcc/ * output.h (shorten_branches): Strengthen param from rtx to rtx_insn *. * final.c (shorten_branches): Likewise, renaming param back from "uncast_first" to "first", and dropping the checked cast from rtx to rtx_insn *. * genattr.c (gen_attr): Likewise when writing out the prototype of shorten_branches. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214478 138bc75d-0d04-0410-961f-82ee72b054a4
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 0b637372b56..05e7666d419 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -50,7 +50,7 @@ extern int get_attr_min_length (rtx);
/* Make a pass over all insns and compute their actual lengths by shortening
any branches of variable length if possible. */
-extern void shorten_branches (rtx);
+extern void shorten_branches (rtx_insn *);
/* Output assembler code for the start of a function,
and initialize some of the variables in this file