added missing function return type
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 15 Nov 2006 12:14:48 +0000 (12:14 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 15 Nov 2006 12:14:48 +0000 (12:14 +0000)
[r8381]

ir/opt/opt_polymorphy.c

index 776be8e..a1d1f22 100644 (file)
@@ -84,7 +84,7 @@ static ir_type *get_dynamic_type(ir_node *ptr) {
 /**
  * Check, if a entity is final, i.e. is not anymore overridden.
  */
-static is_final_ent(entity *ent) {
+static int is_final_ent(entity *ent) {
   if (get_entity_final(ent)) {
     /* not possible to override this entity. */
     return 1;