Make warning about registers assigned to Phi inputs more clear.
[libfirm] / ir / be / bessadestrsimple.c
index ac0c6a9..1068a42 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.
  *
@@ -24,6 +24,8 @@
  * @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 */