X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fds390%2Fralloc.c;h=f69b12c2f29f1385bc897c1d74ed0f9ce0e7e009;hb=90bdb43b342189fcb94a398855d43f3f47f96738;hp=7cd5870cc0935184d7fb2af5b77a60b74de5f3aa;hpb=20ed1bf1e32f25873529171bdce2e1e603d3f974;p=fw%2Fsdcc diff --git a/src/ds390/ralloc.c b/src/ds390/ralloc.c index 7cd5870c..f69b12c2 100644 --- a/src/ds390/ralloc.c +++ b/src/ds390/ralloc.c @@ -959,6 +959,7 @@ static regs *getRegGprNoSpil() /*-----------------------------------------------------------------*/ /* getRegBitNoSpil - get it cannot be spilt */ /*-----------------------------------------------------------------*/ +#if 0 static regs *getRegBitNoSpil() { regs *reg; @@ -976,6 +977,7 @@ static regs *getRegBitNoSpil() /* just to make the compiler happy */ return 0; } +#endif /*-----------------------------------------------------------------*/ /* symHasReg - symbol has a given register */