X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fcfopt.h;h=b6d327f6baa3d6f4efbe665c860504587462ff6f;hb=9bea3d74018e82f653deadff88f8626fd1a6557d;hp=0bbd136b9e0fe47d3dfcd64ca9cedbe3176cc927;hpb=537ab2daad45aea2daa8741b64dacccadb1445d5;p=libfirm diff --git a/ir/opt/cfopt.h b/ir/opt/cfopt.h index 0bbd136b9..b6d327f6b 100644 --- a/ir/opt/cfopt.h +++ b/ir/opt/cfopt.h @@ -26,9 +26,9 @@ * Removes empty blocks doing if simplifications and loop simplifications. * A block is empty if it contains only a Jmp node and Phi nodes. * Merges single entry single exit blocks with their predecessor - * and propagates dead control flow by calling equivalent_node. + * and propagates dead control flow by calling equivalent_node(). * Independent of compiler flag it removes Tuples from cf edges, - * Bad predecessors form Blocks and Phis, and unnecessary predecessors of End. + * Bad predecessors from Blocks and Phis, and unnecessary predecessors of End. * * @bug So far destroys backedge information. * @bug Chokes on Id nodes if called in a certain order with other