aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 237f43c..13bdcd8 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -193,8 +193,6 @@ extern struct obstack *rtl_obstack;
#define obstack_chunk_free free
extern char *oballoc ();
-extern int xmalloc ();
-extern void free ();
/* During the analysis of a loop, a chain of `struct movable's
is made to record all the movable insns found.