summaryrefslogtreecommitdiff
path: root/gcc/integrate.h
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1993-03-20 02:17:20 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1993-03-20 02:17:20 +0000
commitfbd0a1aced0bb045b6ed41a769a0d8b5a0b073fc (patch)
treeca321d72ba838fd9f30b00fc2dfa9cc47c34cc20 /gcc/integrate.h
parent0799286bb5af2ddcd040b83c2fc547f24c91cf6c (diff)
downloadgcc-fbd0a1aced0bb045b6ed41a769a0d8b5a0b073fc.tar.gz
Add prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r--gcc/integrate.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/gcc/integrate.h b/gcc/integrate.h
index 6433d470ffb..0f59ba255df 100644
--- a/gcc/integrate.h
+++ b/gcc/integrate.h
@@ -107,15 +107,10 @@ struct inline_remap
/* Return a copy of an rtx (as needed), substituting pseudo-register,
labels, and frame-pointer offsets as necessary. */
-extern rtx copy_rtx_and_substitute ();
+extern rtx copy_rtx_and_substitute PROTO((rtx, struct inline_remap *));
-extern void try_constants ();
+extern void try_constants PROTO((rtx, struct inline_remap *));
-extern void mark_stores ();
-
-/* We do some simple constant folding optimization. This optimization
- really exists primarily to save time inlining a function. It
- also helps users who ask for inline functions without -O. */
-extern rtx try_fold_condition ();
+extern void mark_stores PROTO((rtx, rtx));
extern rtx *global_const_equiv_map;