Commit e78dbb4a by Mike Stump

Fix whitespacing.

From-SVN: r230983
parent 1b212562
...@@ -2556,8 +2556,8 @@ process_alt_operands (int only_alternative) ...@@ -2556,8 +2556,8 @@ process_alt_operands (int only_alternative)
another operand as an operand matching the earlyclobber another operand as an operand matching the earlyclobber
operand can be also the same. */ operand can be also the same. */
if (first_conflict_j == last_conflict_j if (first_conflict_j == last_conflict_j
&& operand_reg[last_conflict_j] && operand_reg[last_conflict_j] != NULL_RTX
!= NULL_RTX && ! curr_alt_match_win[last_conflict_j] && ! curr_alt_match_win[last_conflict_j]
&& REGNO (operand_reg[i]) == REGNO (operand_reg[last_conflict_j])) && REGNO (operand_reg[i]) == REGNO (operand_reg[last_conflict_j]))
{ {
curr_alt_win[last_conflict_j] = false; curr_alt_win[last_conflict_j] = 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