X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firverify_t.h;h=a7c216dc79f2dc43f7dc4042b5bde820aa9e5ca4;hb=5aba9af4ba804d64083d0c5899284ff8dfacf832;hp=0a365832c4fa53e33b12a228bee891964f31a2c3;hpb=85f517eca982e6a4e1d1848eb67634ae33b70de9;p=libfirm diff --git a/ir/ir/irverify_t.h b/ir/ir/irverify_t.h index 0a365832c..a7c216dc7 100644 --- a/ir/ir/irverify_t.h +++ b/ir/ir/irverify_t.h @@ -21,7 +21,6 @@ * @file * @brief New checker of irnodes for correctness. * @author Michael Beck - * @version $Id$ */ #ifndef FIRM_IR_IRVERIFY_T_H #define FIRM_IR_IRVERIFY_T_H @@ -80,8 +79,8 @@ do { \ #endif /** - * Set the default verify_node and verify_proj_node operation for an ir_op_ops. + * Set the default verify_node and verify_proj_node operations. */ -void firm_set_default_verifier(unsigned code, ir_op_ops *ops); +void ir_register_verify_node_ops(void); #endif