Overhaul conditional_to_firm(). Now it is a tad shorter/simpler and more friendly...
[cparser] / entity_t.h
index b40ab1e..c9670f0 100644 (file)
@@ -157,7 +157,7 @@ struct enum_value_t {
        type_t        *enum_type;
 
        /* ast2firm info */
-       tarval        *tv;
+       ir_tarval     *tv;
 };
 
 struct label_t {