X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessadestrsimple.c;h=1068a42b70dc6fc4cbf67911f51f674b57af70a6;hb=040868cbcb834457c8195efbbccf221123c7f153;hp=ac0c6a914311ba7a99edbe07a933c6fd59dade68;hpb=39f3a8dbd0f00f90b7b12a849d1bf7b9c1329479;p=libfirm diff --git a/ir/be/bessadestrsimple.c b/ir/be/bessadestrsimple.c index ac0c6a914..1068a42b7 100644 --- a/ir/be/bessadestrsimple.c +++ b/ir/be/bessadestrsimple.c @@ -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 */