value-prof.c (check_counter): Revert wrong call to error.

2008-08-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

	* value-prof.c (check_counter): Revert wrong call to error.

From-SVN: r139295
parent 5b6148c5
2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* value-prof.c (check_counter): Revert wrong call to error.
2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* profile.c: Update calls to inform.
* value-prof.c: Update calls to inform.
......
......@@ -474,9 +474,8 @@ check_counter (gimple stmt, const char * name,
}
else
{
error (locus,
"Corrupted value profile: %s profiler overall count (%d) "
"does not match BB count (%d)", name, (int)*all,
error ("%HCorrupted value profile: %s profiler overall count (%d) "
"does not match BB count (%d)", &locus, name, (int)*all,
(int)bb_count);
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment