diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-04 07:17:41 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-04 07:17:41 +0000 |
commit | 14f02f29c87a1dad04bce2f4e73f81c13322e114 (patch) | |
tree | 05ab7e1771a466532857290dfb50157c94856ccb /gcc/profile.c | |
parent | 110557507c069b5d503b683d0ea74debd893e025 (diff) | |
download | gcc-14f02f29c87a1dad04bce2f4e73f81c13322e114.tar.gz |
2010-01-04 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 155603
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@155605 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 104956188bc..ac460464697 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -343,7 +343,7 @@ is_inconsistent (void) { if (dump_file) { - fprintf (dump_file, "BB %i count does not match sum of incomming edges " + fprintf (dump_file, "BB %i count does not match sum of incoming edges " HOST_WIDEST_INT_PRINT_DEC" should be " HOST_WIDEST_INT_PRINT_DEC, bb->index, bb->count, |