diff options
author | Per Bothner <bothner@gcc.gnu.org> | 2004-09-28 23:44:51 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2004-09-28 23:44:51 -0700 |
commit | ac973acecf15e6c8830ce30c9a66f5c229417a2a (patch) | |
tree | 648ab7628652e73efe80b27da2a10d93173b8567 /gcc | |
parent | 50fd1c970f533732a7c4e948adbe901f93965ee3 (diff) | |
download | gcc-ac973acecf15e6c8830ce30c9a66f5c229417a2a.zip gcc-ac973acecf15e6c8830ce30c9a66f5c229417a2a.tar.gz gcc-ac973acecf15e6c8830ce30c9a66f5c229417a2a.tar.bz2 |
Oops - fix typo in ChangeLog.
From-SVN: r88272
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d335cf4..95c7d04 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2004-09-28 Per Bothner <per@bothner.com> - * profile.c (brnahc_prob): Pass correct value to output_location, + * profile.c (branch_prob): Pass correct value to output_location, even when USE_MAPPED_LOCATION. Fixes bug from 09-11. 2004-09-28 Richard Henderson <rth@redhat.com> |