removed dangerous get_nodes_block()
[libfirm] / ir / be / ia32 / bearch_ia32_t.h
index 7706517..f3c2099 100644 (file)
@@ -34,7 +34,7 @@
 #include "set.h"
 #include "pdeq.h"
 
-#include "../be.h"
+#include "be.h"
 #include "../bemachine.h"
 #include "../beemitter.h"
 
@@ -156,6 +156,7 @@ struct ia32_isa_t {
        be_emit_env_t          emit;
        pmap                  *regs_16bit;    /**< Contains the 16bits names of the gp registers */
        pmap                  *regs_8bit;     /**< Contains the 8bits names of the gp registers */
+       pmap                  *regs_8bit_high; /**< contains the hight part of the 8 bit names of the gp registers */
        pmap                  *types;         /**< A map of modes to primitive types */
        pmap                  *tv_ent;        /**< A map of entities that store const tarvals */
        ia32_optimize_t       opt;            /**< contains optimization information */