becopyilp: Do not advertise the switch to dump the solution, because this is not...
[libfirm] / ir / be / bessadestr.h
index c55f78c..5a4a22e 100644 (file)
@@ -1,16 +1,23 @@
+/*
+ * This file is part of libFirm.
+ * Copyright (C) 2012 University of Karlsruhe.
+ */
+
 /**
- * Author:      Daniel Grund
- * Date:               25.05.2005
- * Copyright:   (c) Universitaet Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
- *
- * Performs SSA-Destruction.
+ * @file
+ * @brief       Performs SSA-Destruction.
+ * @author      Daniel Grund
+ * @date        25.05.2005
  */
+#ifndef FIRM_BE_BESSADESTR_H
+#define FIRM_BE_BESSADESTR_H
 
-#include "bechordal_t.h"
+#include "bechordal.h"
 
 /**
  * Performs SSA-Destruction. Arguments get adjusted, phi nodes just stay.
  */
-void be_ssa_destruction(be_main_session_env_t *session, be_chordal_env_t *chordal_env);
-void be_ssa_destruction_check(be_main_session_env_t *session, be_chordal_env_t *chordal_env);
+void be_ssa_destruction(be_chordal_env_t *chordal_env);
+void be_ssa_destruction_check(be_chordal_env_t *chordal_env);
+
+#endif /* FIRM_BE_BESSADESTR_H */