backend: created a (not so nice) macro to iterate over all values defined by an instr...
[libfirm] / ir / be / bepeephole.h
index cca76d9..1972843 100644 (file)
  * @author      Matthias Braun
  * @version     $Id$
  */
-
 #ifndef BEPEEPHOLE_H
 #define BEPEEPHOLE_H
 
 #include "beirg.h"
-#include "bearch_t.h"
+#include "bearch.h"
 
 extern ir_node ***register_values;
 
@@ -80,6 +79,6 @@ ir_node *be_peephole_IncSP_IncSP(ir_node *node);
  * backend specific optimisations should be performed based on the
  * register-liveness information.
  */
-void be_peephole_opt(be_irg_t *birg);
+void be_peephole_opt(ir_graph *irg);
 
 #endif