X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_types.h;h=f48885579c08ce172bd42fa5597d16c330d67522;hb=e0e9e9ace61d3ec46e4d09c7ab2c6947b17b2778;hp=f326293bf8b5301fa3cbc7e633a8ce39443b7b06;hpb=44dd4365d606bc60bbbf97200b89c903d788ce45;p=libfirm diff --git a/ir/be/be_types.h b/ir/be/be_types.h index f326293bf..f48885579 100644 --- a/ir/be/be_types.h +++ b/ir/be/be_types.h @@ -47,6 +47,7 @@ typedef enum arch_irn_flags_t { arch_irn_flags_dont_spill = 1U << 0, /**< This must not be spilled. */ arch_irn_flags_rematerializable = 1U << 1, /**< This can be replicated instead of spilled/reloaded. */ arch_irn_flags_modify_flags = 1U << 2, /**< I modify flags. */ + arch_irn_flags_simple_jump = 1U << 3, /**< a simple jump instruction */ } arch_irn_flags_t; typedef struct _be_lv_t be_lv_t;