switched of debug mask
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 6 Jun 2007 12:38:04 +0000 (12:38 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 6 Jun 2007 12:38:04 +0000 (12:38 +0000)
[r14368]

ir/opt/opt_calling_conv.c

index 0f79928..0acd381 100644 (file)
@@ -66,7 +66,6 @@ void opt_change_calling_conventions(unsigned cc) {
        int changed = 0;
 
        FIRM_DBG_REGISTER(dbg, "firm.opt.cc");
-       firm_dbg_set_mask(dbg, SET_LEVEL_1);
 
        assure_irp_globals_address_taken_computed();