ia32: Use a more logical specification of operand sizes in the binary emitter.
[libfirm] / ir / be / bessaconstr.h
index bc63d7e..951edc8 100644 (file)
@@ -53,7 +53,6 @@
 #include "irnodeset.h"
 #include "belive.h"
 #include "bitset.h"
-#include "beirg.h"
 #include "pdeq.h"
 #include "irnodemap.h"
 #include "obst.h"
@@ -63,7 +62,6 @@ typedef struct be_ssa_construction_env_t {
        ir_mode                     *mode;
        const arch_register_req_t   *phi_req;
        waitq                       *worklist;
-       const ir_nodeset_t          *ignore_uses;
        ir_node                    **new_phis;
        bool                         iterated_domfront_calculated;
        ir_nodemap                   infos;
@@ -84,9 +82,6 @@ void be_ssa_construction_add_copy(be_ssa_construction_env_t *env,
 void be_ssa_construction_add_copies(be_ssa_construction_env_t *env,
                                     ir_node **copies, size_t copies_len);
 
-void be_ssa_construction_set_ignore_uses(be_ssa_construction_env_t *env,
-                                         const ir_nodeset_t *ignore_uses);
-
 /**
  * Reconstructs the SSA form for all users of node @p node
  */