typo
authorAndreas Zwinkau <zwinkau@kit.edu>
Tue, 15 Mar 2011 15:39:55 +0000 (16:39 +0100)
committerAndreas Zwinkau <zwinkau@kit.edu>
Tue, 15 Mar 2011 16:57:57 +0000 (17:57 +0100)
ir/opt/ifconv.c

index 27a3236..d6768a6 100644 (file)
@@ -189,7 +189,7 @@ static void rewire(ir_node* node, int i, int j, ir_node* new_pred)
 
 
 /**
- * Remove the j-th predecessors from the i-th predecessor of block and add it to block
+ * Remove the j-th predecessor from the i-th predecessor of block and add it to block
  */
 static void split_block(ir_node* block, int i, int j)
 {