aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2008-08-20 13:50:26 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2008-08-20 13:50:26 +0000
commit5b6148c5b58b8e7f1df359425c886f8146d89ec6 (patch)
treefdec15f37f59af2dadcd4869a3bf6a3618b4f69c /gcc/profile.c
parent1f5b386928e265df8d8652bf9fe333801cabc145 (diff)
downloadgcc-5b6148c5b58b8e7f1df359425c886f8146d89ec6.zip
gcc-5b6148c5b58b8e7f1df359425c886f8146d89ec6.tar.gz
gcc-5b6148c5b58b8e7f1df359425c886f8146d89ec6.tar.bz2
profile.c: Update calls to inform.
2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org> * profile.c: Update calls to inform. * value-prof.c: Update calls to inform. From-SVN: r139294
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index 761c8ad..6aca917 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 */