removed ppc32_gen_decls
[libfirm] / ir / be / beverify.h
index 32511f9..b243e50 100644 (file)
  */
 
 /**
- * Author:    Matthias Braun
- * Date:      05.05.2006
- * Copyright: (c) Universitaet Karlsruhe
- * License:   This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
- * CVS-Id:    $Id$
+ * @file
+ * @brief       Various verify routines that check a scheduled graph for correctness.
+ * @author      Matthias Braun
+ * @date        05.05.2006
+ * @version     $Id$
  */
+#ifndef FIRM_BE_BEVERIFY_H
+#define FIRM_BE_BEVERIFY_H
 
-/**
- * @file beverify.h
- *
- * Various verify routines that check a scheduled graph for correctness
- *
- * @author Matthias Braun
- */
-#ifndef BEVERIFY_H_
-#define BEVERIFY_H_
+#include "irgraph.h"
 
-#include "bechordal.h"
+#include "beirg.h"
+#include "bearch.h"
 
 /**
  * Verifies, that the register pressure for a given register class doesn't exceed the limit
@@ -82,4 +77,4 @@ int be_verify_register_allocation(const arch_env_t *arch_env, ir_graph *irg);
  */
 int be_verify_out_edges(ir_graph *irg);
 
-#endif /* BEVERIFY_H_ */
+#endif /* FIRM_BE_BEVERIFY_H */