X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firop.c;h=3d1efc3ea1cfbe05895abe7d9bb303272cec68c9;hb=381b12255e4d00eef026acff738f24ebe8ea989b;hp=fce150ab1b9798862ca7faef3e91735889c0f7db;hpb=516169c8a246f3e7e65a595b691877f8d7e90650;p=libfirm diff --git a/ir/ir/irop.c b/ir/ir/irop.c index fce150ab1..3d1efc3ea 100644 --- a/ir/ir/irop.c +++ b/ir/ir/irop.c @@ -23,6 +23,7 @@ # include "irhooks.h" # include "iropt_t.h" /* for firm_set_default_operations */ +# include "irvrfy_t.h" # include "xmalloc.h" @@ -148,6 +149,7 @@ new_ir_op(opcode code, const char *name, op_pin_state p, unsigned flags, op_arit firm_set_default_operations(res); firm_set_default_copy_attr(res); + firm_set_default_verifyer(res); hook_new_ir_op(res); return res;