Use simple assignment instead of memcpy() when possible.
[libfirm] / ir / be / becopyopt.h
index 6e4f459..6646e5d 100644 (file)
@@ -57,9 +57,7 @@ enum {
        CO_ALGO_HEUR2,
        CO_ALGO_HEUR4,
        CO_ALGO_ILP,
-#ifdef FIRM_KAPS
        CO_ALGO_PBQP,
-#endif
        CO_ALGO_LAST
 };