Include limits.h for LONG_{MAX,MIN}.
[libfirm] / ir / ir / irflag_t.def
index 4dfc9c2..1a1cf29 100644 (file)
@@ -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)