summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-08 08:49:53 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-08 08:49:53 +0000
commit689e982285cc3ecc59a9f0b52df4a7cc179bf5ad (patch)
tree57c6e5daa0d8322bd2b285984094e2e42890e96f
parent8b55750d05b3a65408c724b9775a47090dff1fb3 (diff)
downloadgcc-spu-4_5-branch.tar.gz
* dwarf2out.c: Fix whitespace.spu-4_5-branch
* bb-reorder.c: Likewise. * config/spu/spu.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/spu-4_5-branch@158107 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.spu-4_56
-rw-r--r--gcc/bb-reorder.c4
-rw-r--r--gcc/config/spu/spu.c6
-rw-r--r--gcc/dwarf2out.c2
4 files changed, 12 insertions, 6 deletions
diff --git a/gcc/ChangeLog.spu-4_5 b/gcc/ChangeLog.spu-4_5
index eac831b7b97..7b808c21a5c 100644
--- a/gcc/ChangeLog.spu-4_5
+++ b/gcc/ChangeLog.spu-4_5
@@ -1,3 +1,9 @@
+2010-04-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * dwarf2out.c: Fix whitespace.
+ * bb-reorder.c: Likewise.
+ * config/spu/spu.c: Likewise.
+
2010-04-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* dwarf2out.c (dwarf2out_finish): Fix merge errors.
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c
index 31ea97a1939..2c16a313efa 100644
--- a/gcc/bb-reorder.c
+++ b/gcc/bb-reorder.c
@@ -1414,7 +1414,7 @@ split_bb (basic_block bb, unsigned HOST_WIDE_INT first_partition_size,
size += insns_aux[INSN_UID (insn)].size;
else
size += get_attr_min_length (insn);
-
+
if (size > first_partition_size)
{
if (legal_insn == NULL)
@@ -1825,7 +1825,7 @@ create_sections (void)
last_section_size += bb_size;
if (targetm.bb_partitioning.add_external_branches_to_section)
targetm.bb_partitioning.add_external_branches_to_section ();
-
+
if (dump_file)
fprintf (dump_file,
" ...OK\n\tSection new size: " HOST_WIDE_INT_PRINT_DEC
diff --git a/gcc/config/spu/spu.c b/gcc/config/spu/spu.c
index db2c3c18940..902d6a8daea 100644
--- a/gcc/config/spu/spu.c
+++ b/gcc/config/spu/spu.c
@@ -2968,7 +2968,7 @@ fpart_finalize (void)
{
int i;
critical_sections_p crit1;
-
+
if (critical_sections != NULL)
{
for (i = 0;
@@ -2984,7 +2984,7 @@ spu_add_external_branches_to_section (void)
{
if (number_of_external_branches_in_last_bb == 0)
return;
-
+
estimate_number_of_external_branches_in_section +=
number_of_external_branches_in_last_bb;
if (dump_file)
@@ -3028,7 +3028,7 @@ spu_start_new_section (int bb_index, unsigned HOST_WIDE_INT bb_size,
if (bb->flags & BB_FIRST_AFTER_SECTION_SWITCH)
estimate_number_of_external_branches_in_section = 0;
}
-
+
/* This bb should be skipped. */
if (bb->il.rtl->skip)
return false;
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 6807ecf39c7..230f959ec0d 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -14479,7 +14479,7 @@ dw_loc_list (var_loc_list *loc_list, tree decl, int want_address)
/* Emit the end label of the last section. */
endname
= ggc_strdup (VEC_last (const_str,
- crtl->subsections.section_end_labels));
+ crtl->subsections.section_end_labels));
}
else
{