Index: src/cmd/6g/peep.c |
=================================================================== |
--- a/src/cmd/6g/peep.c |
+++ b/src/cmd/6g/peep.c |
@@ -38,7 +38,6 @@ |
static int prevl(Flow *r, int reg); |
static void pushback(Flow *r); |
static int regconsttyp(Adr*); |
-static int regtyp(Adr*); |
static int subprop(Flow*); |
static int copyprop(Graph*, Flow*); |
static int copy1(Adr*, Adr*, Flow*, int); |
@@ -374,7 +373,7 @@ |
ostats.ndelmov++; |
} |
-static int |
+int |
regtyp(Adr *a) |
{ |
int t; |