X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag_t.def;h=da4b57109cd25bad0c23d6bdd2a90e61134dc75d;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=97d6ab130d35fbfcae569abd494347e704aa85e8;hpb=90105e7b2a445215b12b3d89c8180df9a2001570;p=libfirm diff --git a/ir/ir/irflag_t.def b/ir/ir/irflag_t.def index 97d6ab130..da4b57109 100644 --- a/ir/ir/irflag_t.def +++ b/ir/ir/irflag_t.def @@ -1,12 +1,27 @@ /* - * Project: libFIRM - * File name: ir/ir/irflag_t.def - * Purpose: Flags to control optimizations, inline implementation. - * Author: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2004 Universität Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. + */ + +/** + * @file + * @brief Definitions for optimisation flags + * @author Michael Beck + * @version $Id$ */ /** Turn off all optimizations. */ @@ -99,5 +114,8 @@ I_FLAG(sel_based_null_check_elim , 27, OFF) /** Automatically create Sync node during construction. */ I_FLAG(auto_create_sync , 28, OFF) +/** Enable Alias-analysis. */ +I_FLAG(alias_analysis , 29, ON) + /** Closed world assumption. */ I_FLAG(closed_world , 31, OFF)