Commit 2c1ebaca by Michael Meissner

*** empty log message ***

From-SVN: r367
parent b0bbbd85
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment