X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ast2firm.h;h=fc92beb1a4af74bac4c26c211cbb4f1203840b2b;hb=3def71f59901789159be20bfdc806fb0fb1b6375;hp=279e8da3b75776811eb9437601e67239b2540091;hpb=6d7d61de445629e1590d3a2ba2990ef7a651368a;p=cparser diff --git a/ast2firm.h b/ast2firm.h index 279e8da..fc92beb 100644 --- a/ast2firm.h +++ b/ast2firm.h @@ -20,7 +20,7 @@ #ifndef AST2FIRM_H #define AST2FIRM_H -#include +#include #include "ast.h" #include "type.h" @@ -32,4 +32,10 @@ void exit_ast2firm(void); ir_mode *get_atomic_mode(atomic_type_kind_t kind); ir_type *get_ir_type(type_t *type); +typedef ident* (*create_ld_ident_func)(entity_t *entity); + +void set_create_ld_ident(create_ld_ident_func func); + +extern fp_model_t firm_fp_model; + #endif