diff options
author | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-20 13:50:26 +0000 |
---|---|---|
committer | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-20 13:50:26 +0000 |
commit | 32fc3782e7c7e138fa47084fef933db9a48e6527 (patch) | |
tree | fdec15f37f59af2dadcd4869a3bf6a3618b4f69c /gcc/profile.c | |
parent | 5bcc316e1b642640cf09a651605077c8f44e2bc7 (diff) | |
download | gcc-32fc3782e7c7e138fa47084fef933db9a48e6527.tar.gz |
2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* profile.c: Update calls to inform.
* value-prof.c: Update calls to inform.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139294 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 761c8ad4b07..6aca9179078 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -579,7 +579,7 @@ compute_branch_probabilities (void) if (informed == 0) { informed = 1; - inform ("correcting inconsistent profile data"); + inform (input_location, "correcting inconsistent profile data"); } correct_negative_edge_counts (); /* Set bb counts to the sum of the outgoing edge counts */ |