X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_types.h;h=a49b467d1ad267092787c9d79edda596791616a9;hb=bdc59608633f59b0541a04883c24d19b1bc0ffae;hp=b62bf574744460394e3631c164a6ad47694e379a;hpb=58f208f3bf8ee4094027aa1d2401685d09a51ef6;p=libfirm diff --git a/ir/be/be_types.h b/ir/be/be_types.h index b62bf5747..a49b467d1 100644 --- a/ir/be/be_types.h +++ b/ir/be/be_types.h @@ -50,13 +50,7 @@ typedef enum arch_irn_flags_t { implementation in beflags */ arch_irn_flags_simple_jump = 1U << 3, /**< a simple jump instruction */ arch_irn_flags_not_scheduled = 1U << 4, /**< node must not be scheduled*/ - /** mark node as belonging to the prolog. No spill instructions must appear - * in a schedule before a prolog node */ - arch_irn_flags_prolog = 1U << 5, - /** mark node as belonging to the epilog. No spill instructions must appear - * after an epilog node */ - arch_irn_flags_epilog = 1U << 6, - arch_irn_flags_backend = 1U << 7, /**< begin of custom backend + arch_irn_flags_backend = 1U << 5, /**< begin of custom backend flags */ } arch_irn_flags_t; ENUM_BITSET(arch_irn_flags_t)