Indentation fixed.

From-SVN: r2548
This commit is contained in:
Richard Stallman 1992-10-22 07:21:38 +00:00
parent 6ed0be929c
commit 63d415c0de
1 changed files with 3 additions and 3 deletions

View File

@ -1771,7 +1771,7 @@ print_operand_address (file, addr)
ireg = reg2;
}
if (ireg != 0 && breg == 0 && GET_CODE (addr) == LABEL_REF
&& ! (flag_pic && ireg == pic_offset_table_rtx))
&& ! (flag_pic && ireg == pic_offset_table_rtx))
{
int scale = 1;
if (GET_CODE (ireg) == MULT)
@ -1831,7 +1831,7 @@ print_operand_address (file, addr)
break;
}
if (breg != 0 && ireg == 0 && GET_CODE (addr) == LABEL_REF
&& ! (flag_pic && breg == pic_offset_table_rtx))
&& ! (flag_pic && breg == pic_offset_table_rtx))
{
#ifdef MOTOROLA
#ifdef SGS
@ -1926,7 +1926,7 @@ print_operand_address (file, addr)
break;
}
else if (reg1 != 0 && GET_CODE (addr) == LABEL_REF
&& ! (flag_pic && reg1 == pic_offset_table_rtx))
&& ! (flag_pic && reg1 == pic_offset_table_rtx))
{
#ifdef MOTOROLA
#ifdef SGS