Implement binary emitter for Cmp8Bit.
[libfirm] / ir / be / ppc32 / ppc32_emitter.c
index 24a5089..b49c38e 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"
@@ -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;