Commit 63d415c0 by Richard Stallman

Indentation fixed.

From-SVN: r2548
parent 6ed0be92
...@@ -1771,7 +1771,7 @@ print_operand_address (file, addr) ...@@ -1771,7 +1771,7 @@ print_operand_address (file, addr)
ireg = reg2; ireg = reg2;
} }
if (ireg != 0 && breg == 0 && GET_CODE (addr) == LABEL_REF 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; int scale = 1;
if (GET_CODE (ireg) == MULT) if (GET_CODE (ireg) == MULT)
...@@ -1831,7 +1831,7 @@ print_operand_address (file, addr) ...@@ -1831,7 +1831,7 @@ print_operand_address (file, addr)
break; break;
} }
if (breg != 0 && ireg == 0 && GET_CODE (addr) == LABEL_REF 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 MOTOROLA
#ifdef SGS #ifdef SGS
...@@ -1926,7 +1926,7 @@ print_operand_address (file, addr) ...@@ -1926,7 +1926,7 @@ print_operand_address (file, addr)
break; break;
} }
else if (reg1 != 0 && GET_CODE (addr) == LABEL_REF 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 MOTOROLA
#ifdef SGS #ifdef SGS
......
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