fixed the fix of the fix (that was fix)
[libfirm] / ir / be / bessadestrsimple.c
index afe2145..185a018 100644 (file)
  */
 
 /**
- * Author:      Daniel Grund
- * Date:               17.01.2006
- * Copyright:   (c) Universitaet Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
- *
+ * @file
+ * @brief       Simple SSA destruction.
+ * @author      Daniel Grund
+ * @date        17.01.2006
+ * @version     $Id$
  */
+#ifdef NOT_PORTED
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -46,7 +48,6 @@
 #include "irdom_t.h"
 #include "phiclass.h"
 
-#include "beraextern.h"
 #include "beabi.h"
 #include "bearch_t.h"
 #include "benode_t.h"
@@ -335,3 +336,5 @@ void free_ssa_destr_simple(set *vars)
   del_set(vars);
   phi_class_free(pc);
 }
+
+#endif /* NOT_PORTED */