From 9bfeb197f422010c0436a9cf0a15a6fd85e9cc6f Mon Sep 17 00:00:00 2001 From: manu Date: Wed, 20 Aug 2008 13:55:12 +0000 Subject: 2008-08-20 Manuel Lopez-Ibanez * value-prof.c (check_counter): Revert wrong call to error. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139295 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 b5b9be837da..e24d1b1be0f 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.2.1