From 69cd8bbfc45009a72c50485f01916bd12d2541f7 Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Wed, 25 May 2011 09:53:17 +0200 Subject: [PATCH] Fix comment --- ir/opt/cfopt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/opt/cfopt.c b/ir/opt/cfopt.c index 36af33e32..cd5fe1a3e 100644 --- a/ir/opt/cfopt.c +++ b/ir/opt/cfopt.c @@ -222,8 +222,8 @@ non_dispensable: } /** - * This method removed Bad cf predecessors from Blocks and Phis, and removes - * empty blocks. A block is empty if it only contains Phi and Jmp nodes. + * This method removes empty blocks. A block is empty if it only contains Phi + * and Jmp nodes. * * We first adapt Phi nodes, then Block nodes, as we need the old ins * of the Block to adapt the Phi nodes. We do this by computing new -- 2.20.1