fixed typos
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 2 Dec 2004 16:29:16 +0000 (16:29 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 2 Dec 2004 16:29:16 +0000 (16:29 +0000)
[r4560]

ir/opt/cfopt.h

index 0bbd136..b6d327f 100644 (file)
@@ -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