aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui-May Chang <hm.chang@apple.com>2006-04-27 01:09:57 +0000
committerDale Johannesen <dalej@apple.com>2006-04-27 01:09:57 +0000
commit944f0912baecfccea72f2b807d9af616f50c2648 (patch)
tree132aba9fdfb4447dd12930130ae5c4df9ed8381c
parent0038f42d21a4c005cc0d256afabf3466cf22b3b1 (diff)
Adding a space to get the following log entry in:apple/gcc-5338
2006-04-26 Hui-May Chang <hm.chang@apple.com> Radar 4491613 * loop.c (general_induction_var) : If an induction variable may trap, it shouldn't be a general induction variable. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple-local-200502-branch@113293 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.apple-ppc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog.apple-ppc b/gcc/ChangeLog.apple-ppc
index 2c445b6f288..7b170e1538a 100644
--- a/gcc/ChangeLog.apple-ppc
+++ b/gcc/ChangeLog.apple-ppc
@@ -1,7 +1,7 @@
2006-04-26 Hui-May Chang <hm.chang@apple.com>
Radar 4491613
- * loop.c (general_induction_var) : If an induction variable
+ * loop.c (general_induction_var) : If an induction variable
may trap, it shouldn't be a general induction variable.
2006-04-26 Hui-May Chang <hm.chang@apple.com>