From: Nicholas Nethercote Date: Mon, 2 Aug 2004 15:19:55 +0000 (+0000) Subject: whoops, forgot to remove these in the last commit X-Git-Tag: svn/VALGRIND_2_2_0~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033827c0fd3f157064d0c0402ede562e75da597b;p=thirdparty%2Fvalgrind.git whoops, forgot to remove these in the last commit git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2550 --- diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index f1842fe234..def1d0d87a 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -197,22 +197,6 @@ UInt VG_(bb_dechain_count) = 0; /* Number of unchained jumps performed. */ UInt VG_(unchained_jumps_done) = 0; - -/* Counts pertaining to the register allocator. */ - -/* total number of uinstrs input to reg-alloc */ -UInt VG_(uinstrs_prealloc) = 0; - -/* total number of uinstrs added due to spill code */ -UInt VG_(uinstrs_spill) = 0; - -/* number of bbs requiring spill code */ -UInt VG_(translations_needing_spill) = 0; - -/* total of register ranks over all translations */ -UInt VG_(total_reg_rank) = 0; - - /* Counts pertaining to internal sanity checking. */ static UInt sanity_fast_count = 0; static UInt sanity_slow_count = 0;