Deleted generated files from svn, there are (re-)created by sparc_spec.pl.
[libfirm] / ir / be / bessaconstr.h
index 3182a88..d7baeee 100644 (file)
 #include "pdeq.h"
 
 typedef struct be_ssa_construction_env_t {
-       ir_graph                  *irg;
-       const be_dom_front_info_t *domfronts;
-       ir_mode                   *mode;
-       waitq                     *worklist;
-       const ir_nodeset_t        *ignore_uses;
-       ir_node                   **new_phis;
-       int                       iterated_domfront_calculated;
-       int                       min_dom;
-       int                       max_dom;
+       ir_graph                    *irg;
+       const be_dom_front_info_t   *domfronts;
+       ir_mode                     *mode;
+       const arch_register_class_t *phi_cls;
+       waitq                       *worklist;
+       const ir_nodeset_t          *ignore_uses;
+       ir_node                    **new_phis;
+       int                          iterated_domfront_calculated;
 } be_ssa_construction_env_t;
 
 /**