Restructured a bit
[libfirm] / ir / ana / rta.h
index c55922b..7c9eb65 100644 (file)
@@ -1,18 +1,30 @@
-/* -*- c -*- */
-
 /*
- * Project:     libFIRM
- * File name:   ir/ana/rta.h
- * Purpose:     Interprocedural analysis to improve the call graph estimate.
- * Author:      Florian
- * Modified by:
- * Created:     09.06.2002
- * CVS-ID:      $$
- * Copyright:   (c) 1999-2004 Universität Karlsruhe
- * Licence:     This file is 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    Interprocedural analysis to improve the call graph estimate.
+ * @author   Florian
+ * @date     09.06.2002
+ * @version  $Id$
+ * @summary
+ * (TODO translate to english)
  * Intraprozedurale Analyse zur Abschätzung der Aufrufrelation. Es wird
  * die Menge der instantiierten Klassen bestimmt, und daraus eine Abschätzung
  * der aufgerufenen Methoden.
@@ -29,9 +41,8 @@
  *       Fast static analysis of C++ virtual function calls
  *       OOPSLA 1996
  */
-
-#ifndef _RTA_H_
-#define _RTA_H_
+#ifndef FIRM_ANA_RTA_H
+#define FIRM_ANA_RTA_H
 
 #include "firm_types.h"
 
@@ -61,7 +72,7 @@ int rta_is_alive_graph(ir_graph *graph);
 /** report for all graphs and types whether they are alive */
 void rta_report(void);
 
-#endif /* not defined _RTA_H_ */
+#endif
 
 /*
  * $Log$