*** empty log message ***

From-SVN: r367
This commit is contained in:
Michael Meissner 1992-02-29 14:22:43 +00:00
parent b0bbbd85b6
commit 2c1ebaca8d
1 changed files with 1 additions and 2 deletions

View File

@ -68,13 +68,12 @@ int
half_pic_address_p (addr)
rtx addr;
{
int offset;
char *name;
switch (GET_CODE (addr))
{
case CONST:
offset = 0;
rtx offset = const0_rtx;
addr = eliminate_constant_term (addr, &offset);
if (GET_CODE (addr) != SYMBOL_REF)
return FALSE;