From 8e6b3e73e79054d1647ca89a603138a767540982 Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Tue, 15 Mar 2011 16:39:55 +0100 Subject: [PATCH] typo --- ir/opt/ifconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/opt/ifconv.c b/ir/opt/ifconv.c index 27a3236cf..d6768a63b 100644 --- a/ir/opt/ifconv.c +++ b/ir/opt/ifconv.c @@ -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) { -- 2.20.1