From: Michael Beck Date: Fri, 8 Jul 2005 15:36:59 +0000 (+0000) Subject: removed INLINE, which prevents linking unter Win32 X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=fec84648cf126364c4cc1cc777ae49e38dab0138;p=libfirm removed INLINE, which prevents linking unter Win32 [r6211] --- diff --git a/ir/ana/execution_frequency.c b/ir/ana/execution_frequency.c index e628169d8..daa4a375c 100644 --- a/ir/ana/execution_frequency.c +++ b/ir/ana/execution_frequency.c @@ -61,7 +61,7 @@ static INLINE void set_region_exec_freq(void *reg, double freq) { set_insert(exec_freq_set, &ef, sizeof(ef), exec_freq_hash(&ef)); } -INLINE double get_region_exec_freq(void *reg) { +double get_region_exec_freq(void *reg) { reg_exec_freq ef, *found; ef.reg = reg; assert(exec_freq_set);