X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firloop.h;h=c7219b572146619f07ab56b9be0c8d081696714f;hb=fa9c992b5f23e7a059ac91fdd04b409b951ebcc4;hp=6bfc4cc1aec4cad8c93ac6f83fc41df821fdbbff;hpb=38f1d86f155469f24e5b229e03921618c6fac82c;p=libfirm diff --git a/include/libfirm/irloop.h b/include/libfirm/irloop.h index 6bfc4cc1a..c7219b572 100644 --- a/include/libfirm/irloop.h +++ b/include/libfirm/irloop.h @@ -219,6 +219,6 @@ void free_all_loop_information (void); * * Returns non-zero, if the node n is not changed in the loop block * belongs to or in inner loops of this block. */ -int is_loop_invariant(ir_node *n, ir_node *block); +int is_loop_invariant(const ir_node *n, const ir_node *block); #endif