Micro optimisation of the day: Remove ia32_Test, which tests the high result of ia32_Mul.
[libfirm] / ir / ana / irconsconfirm.c
index 02ca363..57b8f3c 100644 (file)
@@ -424,7 +424,7 @@ static int is_non_null_Confirm(const ir_node *ptr) {
         * constructed Confirms.
         */
        if (is_SymConst_addr_ent(ptr))
-               return 0;
+               return 1;
        for (;;) {
                if (! is_Confirm(ptr))
                        return 0;