From: Matthias Braun Date: Mon, 6 Oct 2008 13:47:35 +0000 (+0000) Subject: fix typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ca8494f956a6850cdd8163916d58880eeb759c7d;p=libfirm fix typo [r22535] --- diff --git a/ir/be/ia32/ia32_transform.c b/ir/be/ia32/ia32_transform.c index f2cf23ac4..940f54ed5 100644 --- a/ir/be/ia32/ia32_transform.c +++ b/ir/be/ia32/ia32_transform.c @@ -2666,7 +2666,7 @@ static bool can_fold_test_and(ir_node *node) /** * returns true if it is assured, that the upper bits of a node are "clean" * which means for a 16 or 8 bit value, that the upper bits in the register - * are 0 for unsigned and a copy of the last significant bit for unsigned + * are 0 for unsigned and a copy of the last significant bit for signed * numbers. */ static bool upper_bits_clean(ir_node *transformed_node, ir_mode *mode)