From ca8494f956a6850cdd8163916d58880eeb759c7d Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 6 Oct 2008 13:47:35 +0000 Subject: [PATCH] fix typo [r22535] --- ir/be/ia32/ia32_transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1