fix time measureing in chordal_regalloc
[libfirm] / ir / be / be_t.h
index 048ce53..279f66e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -73,6 +73,7 @@ struct be_options_t {
        char ilp_server[128];     /**< the ilp server name */
        char ilp_solver[128];     /**< the ilp solver name */
        int  statev;              /**< enable stat event dumping */
+       char printev[128];
 };
 
 struct be_main_env_t {
@@ -82,6 +83,7 @@ struct be_main_env_t {
        arch_code_generator_t *cg;
        arch_irn_handler_t    *phi_handler;
        dbg_handle            *db_handle;
+       const char            *cup_name;
 };
 
 /**