- get_Block_cfgpred_arr() IS supported, but should not be in the official
[libfirm] / ir / ana / irdom_t.h
index 1544829..78e47bd 100644 (file)
@@ -1,26 +1,31 @@
 /*
- * Project:     libFIRM
- * File name:   ir/ana/irdom_t.h
- * Purpose:     Construct and access dominator tree -- private datastructures.
- * Author:      Goetz Lindenmaier
- * Modified by:
- * Created:     2.2002
- * CVS-ID:      $Id$
- * Copyright:   (c) 2002-2007 Universität Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
- */
-
-
-/**
- * @file irdom_t.h
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
- * Dominator information private datastructures.
+ * This file is part of libFirm.
  *
- * @author Goetz Lindenmaier
+ * 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    Construct and access dominator tree -- private datastructures.
+ * @author   Goetz Lindenmaier
+ * @date     2.2002
+ * @version  $Id$
  */
-#ifndef _FIRM_IRDOM_T_H_
-#define _FIRM_IRDOM_T_H_
+#ifndef FIRM_ANA_IRDOM_T_H
+#define FIRM_ANA_IRDOM_T_H
 
 #include "irdom.h"
 
@@ -38,4 +43,4 @@ typedef struct ir_dom_info {
   int dom_depth;   /**< depth in dominator-tree */
 } ir_dom_info;
 
-#endif /* _FIRM_IRDOM_T_H_ */
+#endif