X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_types.h;h=a49b467d1ad267092787c9d79edda596791616a9;hb=3bb47464dc990c9def630a208a12da1bdd035bbb;hp=b62bf574744460394e3631c164a6ad47694e379a;hpb=1a3b7d363474ab544c13093a2f0b578718d37c7a;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)