implemented a function to retrieve estimated costs of an op
[libfirm] / ir / be / bechordal_t.h
index defa965..8e9988a 100644 (file)
@@ -92,7 +92,9 @@ enum {
        /* spill method */
        BE_CH_SPILL_BELADY    = 1,
        BE_CH_SPILL_ILP       = 2,
-       BE_CH_SPILL_MORGAN        = 3,
+       BE_CH_SPILL_MORGAN    = 3,
+        BE_CH_SPILL_REMAT     = 4,
+        BE_CH_SPILL_APPEL     = 5,
 
        /* Dump flags */
        BE_CH_DUMP_NONE       = (1 << 0),