amd64: Added Load and FrameAddr transformation. And fixed some corruption bugs w...
[libfirm] / include / libfirm / iredgekinds.h
index 87103d9..d5403b0 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef FIRM_IR_IREDGEKINDS_H
 #define FIRM_IR_IREDGEKINDS_H
 
+#include "begin.h"
+
 /** Supported Edge kinds. */
 enum _ir_edge_kind_t {
        EDGE_KIND_NORMAL,  /**< Normal data flow edges. */
@@ -36,10 +38,6 @@ enum _ir_edge_kind_t {
 
 typedef enum _ir_edge_kind_t ir_edge_kind_t;
 
-/*
- * It's ugly but we need this forward ref.
- */
-
-void edges_notify_edge_kind(ir_node *src, int pos, ir_node *tgt, ir_node *old_tgt, ir_edge_kind_t kind, ir_graph *irg);
+#include "end.h"
 
 #endif