projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b21256
)
Fix whitespacing.
author
Mike Stump
<mrs@gcc.gnu.org>
Thu, 26 Nov 2015 20:48:29 +0000
(20:48 +0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Thu, 26 Nov 2015 20:48:29 +0000
(20:48 +0000)
From-SVN: r230983
gcc/lra-constraints.c
patch
|
blob
|
history
diff --git
a/gcc/lra-constraints.c
b/gcc/lra-constraints.c
index c62bf6a2ceadd9404188cf53c9826a64005ed38f..f2d5b40b5febfca88238b1c01c057075013cbac4 100644
(file)
--- a/
gcc/lra-constraints.c
+++ b/
gcc/lra-constraints.c
@@
-2556,8
+2556,8
@@
process_alt_operands (int only_alternative)
another operand as an operand matching the earlyclobber
operand can be also the same. */
if (first_conflict_j == last_conflict_j
- && operand_reg[last_conflict_j]
-
!= NULL_RTX
&& ! curr_alt_match_win[last_conflict_j]
+ && operand_reg[last_conflict_j]
!= NULL_RTX
+ && ! curr_alt_match_win[last_conflict_j]
&& REGNO (operand_reg[i]) == REGNO (operand_reg[last_conflict_j]))
{
curr_alt_win[last_conflict_j] = false;