amd64: Added Load and FrameAddr transformation. And fixed some corruption bugs w...
[libfirm] / include / libfirm / iredgekinds.h
index 2cacdbe..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,4 +38,6 @@ enum _ir_edge_kind_t {
 
 typedef enum _ir_edge_kind_t ir_edge_kind_t;
 
+#include "end.h"
+
 #endif