extend switch lowerer to produce the out-of-bounds check in firm-IR if necessary
[libfirm] / ir / be / arm / arm_nodes_attr.h
index 3b97fe7..ad7f525 100644 (file)
@@ -64,7 +64,6 @@ enum fpa_immediates {
 /** Generic ARM node attributes. */
 typedef struct arm_attr_t {
        except_attr                 exc;                /**< the exception attribute. MUST be the first one. */
-       const arch_register_req_t **in_req;             /**< register requirements for arguments */
        bool                        is_load_store : 1;  /**< if set, this is a load or store instruction */
 } arm_attr_t;