don't extend load_mode when folding reloads
[libfirm] / ir / be / bepressurestat.h
index d1f1c68..eafb2b2 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.
  *
  * PURPOSE.
  */
 
-#ifndef PRESSURE_STAT_H_
-#define PRESSURE_STAT_H_
+/**
+ * @file
+ * @brief       Register Pressure Statistics.
+ * @author      Adam M. Szalkowski
+ * @date        06.04.2006
+ * @version     $Id$
+ */
+#ifndef FIRM_BE_BEPRESSURE_STAT_H
+#define FIRM_BE_BEPRESSURE_STAT_H
+
+#include "beirg.h"
+#include "bearch.h"
 
-void be_analyze_regpressure(be_irg_t *birg, const arch_register_class_t *cls,
-                            const char * suffix);
+void be_analyze_regpressure(be_irg_t *birg, const arch_register_class_t *cls, const char *suffix);
 
-#endif
+#endif /* FIRM_BE_BEPRESSURE_STAT_H */