X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessadestrsimple.c;h=1068a42b70dc6fc4cbf67911f51f674b57af70a6;hb=89dc24503c04139bb05504059b291d6d89f99661;hp=afe2145b0a8687e1b68e2edc94ac2a6ee6281b77;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bessadestrsimple.c b/ir/be/bessadestrsimple.c index afe2145b0..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. * @@ -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 */