sparc: implement float->unsigned conversions
[libfirm] / ir / be / TEMPLATE / TEMPLATE_emitter.c
index 61c19f3..752d348 100644 (file)
@@ -175,7 +175,7 @@ static inline void set_emitter(ir_op *op, emit_func func)
 static void TEMPLATE_register_emitters(void)
 {
        /* first clear the generic function pointer for all ops */
-       clear_irp_opcodes_generic_func();
+       ir_clear_opcodes_generic_func();
 
        /* register all emitter functions defined in spec */
        TEMPLATE_register_spec_emitters();