sparc: floatingpoint flags producing nodes have 1 cycle delay, add an ad-hoc fix...
[libfirm] / ir / be / bearch.h
index a46ff53..77a67a9 100644 (file)
@@ -565,11 +565,6 @@ struct arch_isa_if_t {
         */
        void (*before_ra)(ir_graph *irg);
 
-       /**
-        * Called after register allocation.
-        */
-       void (*after_ra)(ir_graph *irg);
-
        /**
         * Called directly before done is called. This should be the last place
         * where the irg is modified.