verify: Clarify assertion message.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 12 Dec 2012 16:04:39 +0000 (17:04 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 12 Dec 2012 16:04:39 +0000 (17:04 +0100)
ir/ir/irverify.c

index 4ef2cad..7e99f05 100644 (file)
@@ -940,7 +940,7 @@ static int verify_node_SymConst(const ir_node *n)
                /* the is_method_entity(ent) exception is for nested functions... */
                ASSERT_AND_RET_DBG((get_entity_owner(ent)->flags & tf_segment)
                                   || is_method_entity(ent),
-                                  "SymConst node with frame entity", 0,
+                                  "SymConst node with non-segment entity", 0,
                                   show_node_failure(n););
        }
        return 1;