removed unitialized used vartiable
[libfirm] / ir / be / bera.c
index b77b2e0..e453262 100644 (file)
@@ -24,7 +24,7 @@
 
 be_ra_timer_t *global_ra_timer = NULL;
 
-static inline
+static INLINE
 sched_timestep_t get_time_step(const ir_node *irn)
 {
        if(is_Phi(irn))