Remove duplicate macro.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 24 Oct 2012 05:15:27 +0000 (07:15 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 24 Oct 2012 05:15:27 +0000 (07:15 +0200)
ir/be/ia32/ia32_intrinsics.c

index 9eb8507..6546d25 100644 (file)
@@ -642,9 +642,7 @@ ir_entity *ia32_create_intrinsic_fkt(ir_type *method, const ir_op *op,
        }
 
        if (ent && ! *ent) {
-#define IDENT(s)  new_id_from_chars(s, sizeof(s)-1)
-
-               ident *id = id_mangle(IDENT("L"), get_op_ident(op));
+               ident *id = id_mangle(ID("L"), get_op_ident(op));
                *ent = new_entity(get_glob_type(), id, method);
                set_entity_visibility(*ent, ir_visibility_private);
        }