From 033827c0fd3f157064d0c0402ede562e75da597b Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 2 Aug 2004 15:19:55 +0000 Subject: [PATCH] whoops, forgot to remove these in the last commit git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2550 --- coregrind/vg_main.c | 16 ---------------- 1 file changed, 16 deletions(-) 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; -- 2.47.2