X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftpop.c;h=2e0717d986a70103f755c2f220b1be64b3e8bbf6;hb=38f32ca26925a4336690e399807c2668805e07bf;hp=217c2b32c220cfad15073d18819be61c175a393c;hpb=8617950507d5cc19c95d53a59e0b1083744d8922;p=libfirm diff --git a/ir/tr/tpop.c b/ir/tr/tpop.c index 217c2b32c..2e0717d98 100644 --- a/ir/tr/tpop.c +++ b/ir/tr/tpop.c @@ -5,6 +5,8 @@ ** */ +/* $Id$ */ + #ifdef HAVE_CONFIG_H # include #endif @@ -20,6 +22,7 @@ tp_op *type_array; tp_op *type_enumeration; tp_op *type_pointer; tp_op *type_primitive; +tp_op *type_id; tp_op * new_tpop (tp_opcode code, ident *name, size_t attr_size)