X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firvrfy.h;h=853bcc720a349867151354ee6d1de169b81673ba;hb=5f8ddee6b08c8040c0a304a347d65045c1141d52;hp=9ec0740bc577c05016cef3d59269d9393cbffc66;hpb=efbeaff549fcc6015da255ed4d453a95937ff0fd;p=libfirm diff --git a/ir/ir/irvrfy.h b/ir/ir/irvrfy.h index 9ec0740bc..853bcc720 100644 --- a/ir/ir/irvrfy.h +++ b/ir/ir/irvrfy.h @@ -13,10 +13,10 @@ # include "irgraph.h" /* Tests the types of predecessors of checknode. */ -void ir_vrfy (struct ir_node *checknode); +void irn_vrfy (struct ir_node *checknode); -/* Calls ir_vrfy for each node in irg. */ -void vrfy_graph (ir_graph *irg); +/* Calls irn_vrfy for each node in irg. */ +void irg_vrfy (ir_graph *irg); # endif /* _IRVRFY_H_ */