convert bitfield initializer tarvals before using them
[libfirm] / ir / be / ppc32 / bearch_ppc32.c
index 3765d26..440349d 100644 (file)
@@ -890,14 +890,14 @@ static const be_execution_unit_t ***ppc32_get_allowed_execution_units(const void
        (void) self;
        (void) irn;
        /* TODO */
-       assert(0);
+       panic("Unimplemented ppc32_get_allowed_execution_units()");
        return NULL;
 }
 
 static const be_machine_t *ppc32_get_machine(const void *self) {
        (void) self;
        /* TODO */
-       assert(0);
+       panic("Unimplemented ppc32_get_machine()");
        return NULL;
 }
 
@@ -960,6 +960,7 @@ const arch_isa_if_t ppc32_isa_if = {
        ppc32_get_allowed_execution_units,
        ppc32_get_machine,
        ppc32_get_irg_list,
+       NULL,                 /* mark remat */
        ppc32_parse_asm_constraint,
        ppc32_is_valid_clobber
 };