From ebe69fff79b700f3b84d754da0b4f3030554fc05 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Tue, 11 Jul 2006 07:59:03 +0000 Subject: [PATCH] Added/modified exec freq --- ir/be/bechordal_t.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index 85ff89aa8..271bd2715 100644 --- a/ir/be/bechordal_t.h +++ b/ir/be/bechordal_t.h @@ -20,6 +20,8 @@ #include "pmap.h" #include "set.h" +#include "execfreq.h" + #include "be_t.h" #include "beifg.h" #include "bera.h" @@ -58,6 +60,7 @@ struct _be_chordal_env_t { dom_front_info_t *dom_front; /**< Dominance frontiers. */ ir_graph *irg; /**< The graph under examination. */ const arch_register_class_t *cls; /**< The current register class. */ + exec_freq_t *exec_freq; /**< Adam's execution frequencies. */ pmap *border_heads; /**< Maps blocks to border heads. */ be_ifg_t *ifg; /**< The interference graph. */ void *data; /**< Some pointer, to which different phases can attach data to. */ -- 2.20.1