From f4eafc3059ff40a88fc11bf734f544c57ab31d19 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 29 Oct 2012 21:56:35 +0000 Subject: Remove trailing white spaces * lra-assigns.c: Remove trailing white spaces. * lra-coalesce.c: Likewise. * lra-constraints.c: Likewise. * lra-eliminations.c: Likewise. * lra-int.h: Likewise. * lra-spills.c: Likewise. * lra.c: Likewise. From-SVN: r192966 --- gcc/lra-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/lra-int.h') diff --git a/gcc/lra-int.h b/gcc/lra-int.h index 8a98650..ffb56bb 100644 --- a/gcc/lra-int.h +++ b/gcc/lra-int.h @@ -390,7 +390,7 @@ lra_update_operator_dups (lra_insn_recog_data_t id) for (i = 0; i < static_id->n_dups; i++) { int ndup = static_id->dup_num[i]; - + if (static_id->operand[ndup].is_operator) *id->dup_loc[i] = *id->operand_loc[ndup]; } -- cgit v1.1