X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_t.h;h=26bc530909d424738c466f0862bc3de1a40c88e7;hb=1759fbe95f97e3e62e07ee042b8967bb291041db;hp=4cfea9e34b8b6f036e254848046aa8e22b2a7c75;hpb=2fafc006101c3845f9fbec5783e44267355549c1;p=libfirm diff --git a/ir/be/be_t.h b/ir/be/be_t.h index 4cfea9e34..26bc53090 100644 --- a/ir/be/be_t.h +++ b/ir/be/be_t.h @@ -60,16 +60,17 @@ enum { /** Backend options */ struct be_options_t { - unsigned dump_flags; /**< backend dumping flags */ - int timing; /**< time the backend phases */ - int opt_profile; /**< instrument code for profiling */ - int omit_fp; /**< try to omit the frame pointer */ - int pic; /**< create position independent code */ - int verify_option; /**< backend verify option */ - char ilp_server[128]; /**< the ilp server name */ - char ilp_solver[128]; /**< the ilp solver name */ - int statev; /**< enable stat event dumping */ - char filtev[128]; /**< filter mask for stat events (regex is supported) */ + unsigned dump_flags; /**< backend dumping flags */ + int timing; /**< time the backend phases */ + int opt_profile_generate; /**< instrument code for profiling */ + int opt_profile_use; /**< use existing profile data */ + int omit_fp; /**< try to omit the frame pointer */ + int pic; /**< create position independent code */ + int verify_option; /**< backend verify option */ + char ilp_server[128]; /**< the ilp server name */ + char ilp_solver[128]; /**< the ilp solver name */ + int statev; /**< enable stat event dumping */ + char filtev[128]; /**< filter mask for stat events */ }; struct be_main_env_t {