X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgmod.h;h=3e068e9a2a7bd6d3ff6e0a0dcd6041aa9419cee1;hb=c3c48d7bd83f042cc2951754377de928d66fe51e;hp=adc5494c42188151f8ede4bb9f68267641f9266a;hpb=3a54957505decc179c0951298bce7e0361a79462;p=libfirm diff --git a/ir/ir/irgmod.h b/ir/ir/irgmod.h index adc5494c4..3e068e9a2 100644 --- a/ir/ir/irgmod.h +++ b/ir/ir/irgmod.h @@ -25,9 +25,8 @@ # include "irnode.h" -/** Exchanges two nodes by conserving edges leaving old (i.e., pointers - pointing to old). Turns the old node into an Id. Requires that - current_ir_graph is set properly. */ +/** Exchanges two nodes by conserving edges leaving old (i.e., + pointers pointing to old). Turns the old node into an Id. */ void exchange (ir_node *old, ir_node *nw); /** Turns a node into a "useless" Tuple.