From 25a1862d10493a5143576aed13788606b2bb3bef Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 8 Nov 2005 14:10:28 +0000 Subject: [PATCH] proc_cloning header added new init field: buildin debug info [r6881] --- ir/common/firm.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ir/common/firm.h b/ir/common/firm.h index b25915e97..03ec5144a 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -79,6 +79,7 @@ extern "C" { #include "funccall.h" /* real function call optimization */ #include "return.h" /* Return node normalizations */ #include "scalar_replace.h" /* Scalar replacement */ +#include "proc_cloning.h" /* procedure cloning */ //#include "opt_branches.h" /* Branch optimizations */ /* Analyses */ @@ -180,6 +181,11 @@ struct _firm_parameter_t { * The default calling convention. */ unsigned cc_mask; + + /** + * The debug info that should be used for "builtin" objects. + */ + dbg_info *builtin_dbg; }; typedef struct _firm_parameter_t firm_parameter_t; -- 2.20.1