From d3d28d264b90f21d49ece2d624ea38624cbe7b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Wed, 20 Aug 2008 13:55:12 +0000 Subject: value-prof.c (check_counter): Revert wrong call to error. 2008-08-20 Manuel Lopez-Ibanez * value-prof.c (check_counter): Revert wrong call to error. From-SVN: r139295 --- gcc/value-prof.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gcc/value-prof.c') diff --git a/gcc/value-prof.c b/gcc/value-prof.c index b5b9be8..e24d1b1 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -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; } -- cgit v1.1