X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ast2firm.h;h=2314ab3ec278b3079bd0a791a42717573db40c4e;hb=8c0dc48b954ccceae0ce547f325d98ce453a5ecf;hp=0112cf83247c066b63836898aee5e92bbc2095a2;hpb=3294ed88964894e879810401479c52d456e6debe;p=cparser diff --git a/ast2firm.h b/ast2firm.h index 0112cf8..2314ab3 100644 --- a/ast2firm.h +++ b/ast2firm.h @@ -30,5 +30,6 @@ void init_ast2firm(void); void exit_ast2firm(void); ir_mode *get_atomic_mode(atomic_type_kind_t kind); +ir_type *get_ir_type(type_t *type); #endif