fixed debug output of unary x87 nodes
[libfirm] / ir / be / bespillmorgan.h
index addbc0b..e400aac 100644 (file)
@@ -2,7 +2,7 @@
  * Author:      Matthias Braun
  * Date:               05.05.2006
  * Copyright:   (c) Universitaet Karlsruhe
- * License:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ * License:     This file is protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 #ifndef BESPILLMORGAN_H_
 #define BESPILLMORGAN_H_
@@ -10,6 +10,6 @@
 #include "be_t.h"
 #include "bechordal.h"
 
-void be_spill_morgan(const be_chordal_env_t *env);
+void be_spill_morgan(be_chordal_env_t *env);
 
 #endif