summaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-30 22:30:30 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-30 22:30:30 +0000
commita01275475cc2396fed5679e5a666df09e83148ca (patch)
treecbbabfa6f0adaf1e62b1af335af9f4f3a90f5378 /gcc/function.c
parent1b1f244415b3027b177600b252a681017294836b (diff)
downloadgcc-a01275475cc2396fed5679e5a666df09e83148ca.tar.gz
* function.c, rtl.h (get_first_nonparm_insn): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83936 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 76747b333dc..3e1c0d97951 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -4211,16 +4211,6 @@ instantiate_virtual_regs_1 (rtx *loc, rtx object, int extra_insns)
return 1;
}
-/* Return the first insn following those generated by `assign_parms'. */
-
-rtx
-get_first_nonparm_insn (void)
-{
- if (last_parm_insn)
- return NEXT_INSN (last_parm_insn);
- return get_insns ();
-}
-
/* Return 1 if EXP is an aggregate type (or a value with aggregate type).
This means a type for which function calls must pass an address to the
function or get an address back from the function.