fix float/pinned flags of be nodes
[libfirm] / ir / be / benode_t.h
index c8f3a05..ff0af86 100644 (file)
 
 #include <limits.h>
 
-#include "irmode.h"
+#include "firm_types.h"
 #include "irnode.h"
-#include "irgraph.h"
-#include "entity.h"
-
 #include "bearch.h"
 
 #define BE_OUT_POS(p) (-((p) + 1))
@@ -65,7 +62,7 @@ extern ir_op *op_be_FrameStore;
 extern ir_op *op_be_Barrier;
 
 typedef enum {
-       beo_NoBeOp = 0,
+       beo_NoBeOp = -1,
        beo_Spill,
        beo_Reload,
        beo_Perm,