X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firgmod.h;h=0cf74e4fef96a8c5f25bfe1391978aa821ccbcbb;hb=4d64d1d8ea625cc6075a0086671c525a162726a0;hp=0539d6ac143b70f5cddddf9da9111ca9d5a50fd2;hpb=74d5a9023b48f346eead323a74e28297659e34b7;p=libfirm diff --git a/include/libfirm/irgmod.h b/include/libfirm/irgmod.h index 0539d6ac1..0cf74e4fe 100644 --- a/include/libfirm/irgmod.h +++ b/include/libfirm/irgmod.h @@ -36,8 +36,8 @@ FIRM_API void exchange(ir_node *old, ir_node *nw); /** Turns a node into a "useless" Tuple. * * Turns a node into a "useless" Tuple. The Tuple node just forms a tuple - * from several inputs. The predecessors of the tuple have to be - * set by hand. The block predecessor automatically remains the same. + * from several inputs. All predecessors of the tuple are set to bad and + * should be replaced if necssary. The block predecessor remains the same. * This is useful if a node returning a tuple is removed, but the Projs * extracting values from the tuple are not available. *