diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2015-11-26 20:48:29 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2015-11-26 20:48:29 +0000 |
commit | e78dbb4aa4c647efff2755e46e997e92152ba416 (patch) | |
tree | 080ac9088667573316e570020962d0924662faa7 /gcc | |
parent | 1b21256287dc6caadb31ed0158f4cbc7a93d9046 (diff) | |
download | gcc-e78dbb4aa4c647efff2755e46e997e92152ba416.zip gcc-e78dbb4aa4c647efff2755e46e997e92152ba416.tar.gz gcc-e78dbb4aa4c647efff2755e46e997e92152ba416.tar.bz2 |
Fix whitespacing.
From-SVN: r230983
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/lra-constraints.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lra-constraints.c b/gcc/lra-constraints.c index c62bf6a..f2d5b40 100644 --- 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; |