aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/tree-flow-inline.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6cbda5f..07ece89 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-21 Aldy Hernandez <aldyh@redhat.com>
+
+ * tree-flow-inline.h (next_imm_use_stmt): Remove unecessary
+ whitespace.
+
2007-08-21 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/rs6000.c (expand_block_clear): Add TARGET_SPE
diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h
index 63d4021..992aad0 100644
--- a/gcc/tree-flow-inline.h
+++ b/gcc/tree-flow-inline.h
@@ -1560,7 +1560,6 @@ next_imm_use_stmt (imm_use_iterator *imm)
link_use_stmts_after (imm->imm_use, imm);
return USE_STMT (imm->imm_use);
-
}
/* This routine will return the first use on the stmt IMM currently refers