X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag_t.def;h=1a1cf2939a8e3c0fd9ba671a967e702d54e0bfef;hb=b597c7fd473086ca6374b2abbdf129f595c156d0;hp=4dfc9c2549e2b1cfc31b7db8cda88b6b6a148f08;hpb=83de11435aceb3d0f7e530182cf71545efadf593;p=libfirm diff --git a/ir/ir/irflag_t.def b/ir/ir/irflag_t.def index 4dfc9c254..1a1cf2939 100644 --- a/ir/ir/irflag_t.def +++ b/ir/ir/irflag_t.def @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -20,7 +20,7 @@ /** * @file * @brief Definitions for optimisation flags - * @author Michael Beck + * @author Michael Beck, Sebastian Hack * @version $Id$ */ @@ -58,6 +58,9 @@ I_FLAG(control_flow_weak_simplification , 6, ON) /** */ I_FLAG(control_flow_strong_simplification , 7, ON) +/** Algebraic simplifications. */ +I_FLAG(algebraic_simplification , 8, ON) + /** Remove dynamic method dispatch. */ E_FLAG(dyn_meth_dispatch , 11, ON)