reorganize backend headers (kill some _t variants in favor of a be_types.h)
[libfirm] / ir / be / ppc32 / ppc32_emitter.c
index 24a5089..96e3890 100644 (file)
@@ -38,7 +38,7 @@
 #include "irargs_t.h"
 #include "error.h"
 
-#include "../besched_t.h"
+#include "../besched.h"
 #include "../benode_t.h"
 
 #include "ppc32_emitter.h"
@@ -101,7 +101,7 @@ static const arch_register_t *get_out_reg(const ir_node *irn, int pos) {
        if (get_irn_mode(irn) != mode_T) {
                reg = arch_get_irn_register(irn);
        } else if (is_ppc32_irn(irn)) {
-               reg = get_ppc32_out_reg(irn, pos);
+               reg = arch_irn_get_register(irn, pos);
        } else {
                const ir_edge_t *edge;