X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firdump.h;h=4498f76dcda7672c22804b1ba5df335fc609c677;hb=54d4a6e338344ee3ab159d493af3148bdab33c17;hp=c5112ee75bdb3bd0bf40b89041eca7879c0cacc3;hpb=75bba3420ce91776ab8690b6cd3fc9ad1c5be965;p=libfirm diff --git a/ir/ir/irdump.h b/ir/ir/irdump.h index c5112ee75..4498f76dc 100644 --- a/ir/ir/irdump.h +++ b/ir/ir/irdump.h @@ -556,7 +556,7 @@ void dump_globals_as_text(unsigned verbosity, const char *suffix); /* FLAGS */ /* **************************************************************************** */ -/** Output a selected graph. +/** Set a prefix filter for output functions. * * All graph dumpers check this name. If the name is != "" and * not a prefix of the graph to be dumped, the dumper does not @@ -567,7 +567,7 @@ void dump_globals_as_text(unsigned verbosity, const char *suffix); */ void only_dump_method_with_name(ident *name); -/** Returns the name set with only_dump_method_with_name(). */ +/** Returns the prefix filter set with only_dump_method_with_name(). */ ident *get_dump_file_filter_ident(void); /** Returns true if dump file filter is not set, or if it is a