More work for C++ mode:
[cparser] / ast2firm.h
index 0112cf8..2314ab3 100644 (file)
@@ -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