fixed debug output of unary x87 nodes
[libfirm] / ir / be / ia32 / bearch_ia32_t.h
index fa8f997..c097da6 100644 (file)
@@ -98,11 +98,13 @@ typedef struct _ia32_code_gen_t {
        ia32_optimize_t                opt;            /**< contains optimization information */
        entity                         *fp_to_gp;      /**< allocated entity for fp to gp conversion */
        entity                         *gp_to_fp;      /**< allocated entity for gp to fp conversion */
+       nodeset                        *kill_conv;     /**< Remember all convs to be killed */
        int                            arch;           /**< instruction architecture */
        int                            opt_arch;       /**< optimize for architecture */
        char                           fp_kind;        /**< floating point kind */
        char                           used_fp;        /**< which floating point unit used in this graph */
        char                           force_sim;      /**< set to 1 if x87 simulation should be enforced */
+       char                           dump;           /**< set to 1 if graphs should be dumped */
        DEBUG_ONLY(firm_dbg_module_t   *mod;)          /**< debugging module */
 } ia32_code_gen_t;