X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessadestrsimple.c;h=185a0185a75926fc868ca51018441151a665479a;hb=75bdba692afeb0617e59ddc2ea08e0662c356e03;hp=afe2145b0a8687e1b68e2edc94ac2a6ee6281b77;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bessadestrsimple.c b/ir/be/bessadestrsimple.c index afe2145b0..185a0185a 100644 --- a/ir/be/bessadestrsimple.c +++ b/ir/be/bessadestrsimple.c @@ -18,12 +18,14 @@ */ /** - * 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 */