tv: Remove mul_table[][][] and simply use * and <<.
[libfirm] / ir / be / beloopana.h
index 9805f59..a1bc614 100644 (file)
@@ -22,7 +22,6 @@
  * @brief       Compute register pressure in loops.
  * @author      Christian Wuerdig
  * @date        20.02.2007
- * @version     $Id$
  */
 #ifndef FIRM_BE_BELOOPANA_H
 #define FIRM_BE_BELOOPANA_H
@@ -30,9 +29,8 @@
 #include "irloop.h"
 
 #include "bearch.h"
-#include "beirg.h"
 
-typedef struct _be_loopana_t be_loopana_t;
+typedef struct be_loopana_t be_loopana_t;
 
 /**
  * Compute the register pressure for a class of all loops in the irg.