Fixed name mangling for private entities
[libfirm] / ir / be / ppc32 / ppc32_emitter.c
index e0bd0be..f851188 100644 (file)
@@ -38,8 +38,8 @@
 #include "irargs_t.h"
 #include "error.h"
 
-#include "../besched_t.h"
-#include "../benode_t.h"
+#include "../besched.h"
+#include "../benode.h"
 
 #include "ppc32_emitter.h"
 #include "gen_ppc32_emitter.h"
@@ -257,7 +257,6 @@ static void emit_be_Call(const ir_node *irn) {
        ir_entity *call_ent = be_Call_get_entity(irn);
 
        if (call_ent) {
-               set_entity_backend_marked(call_ent, 1);
                be_emit_irprintf("\tbl %s", get_entity_ld_name(call_ent));
        } else {
                be_emit_cstring("\tmtlr ");