aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-int.h
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2012-10-29 21:56:35 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2012-10-29 14:56:35 -0700
commitf4eafc3059ff40a88fc11bf734f544c57ab31d19 (patch)
treecab472b4bdf7dfabadec5c05af91eb3f7dd11f46 /gcc/lra-int.h
parent1ea58d3499b2362e735218eea1ca9f3f213534c4 (diff)
downloadgcc-f4eafc3059ff40a88fc11bf734f544c57ab31d19.zip
gcc-f4eafc3059ff40a88fc11bf734f544c57ab31d19.tar.gz
gcc-f4eafc3059ff40a88fc11bf734f544c57ab31d19.tar.bz2
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
Diffstat (limited to 'gcc/lra-int.h')
-rw-r--r--gcc/lra-int.h2
1 files changed, 1 insertions, 1 deletions
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];
}