X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ast2firm.h;h=279e8da3b75776811eb9437601e67239b2540091;hb=e0dc840844ae424f37cb00f9a39251cd277edc3a;hp=0112cf83247c066b63836898aee5e92bbc2095a2;hpb=3294ed88964894e879810401479c52d456e6debe;p=cparser diff --git a/ast2firm.h b/ast2firm.h index 0112cf8..279e8da 100644 --- a/ast2firm.h +++ b/ast2firm.h @@ -1,6 +1,6 @@ /* * This file is part of cparser. - * Copyright (C) 2007-2008 Matthias Braun + * Copyright (C) 2007-2009 Matthias Braun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -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