From 8a544123487e1e250a94c7ec4f7b7e27d6f9f238 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 16 Feb 2011 17:43:15 +0000 Subject: [PATCH] fix docu [r28383] --- ir/ir/iropt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ir/ir/iropt.c b/ir/ir/iropt.c index 5216a271d..09c74e5f2 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -3849,7 +3849,6 @@ static ir_node *transform_node_Proj_Cond(ir_node *proj) /** * return true if the operation returns a value with exactly 1 bit set - * or none set */ static bool is_single_bit(const ir_node *node) { -- 2.20.1