X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespilldaemel.c;h=be54899adcaa51609b3f257f8df1e507f58a83a4;hb=843b76dd943762929f132df611b583fd4701f8e4;hp=bd7a7a5a032d76f67e56f6754c717c1f16533f1f;hpb=85f2a7413f3356c2cfad953b52913f2ba79413f6;p=libfirm diff --git a/ir/be/bespilldaemel.c b/ir/be/bespilldaemel.c index bd7a7a5a0..be54899ad 100644 --- a/ir/be/bespilldaemel.c +++ b/ir/be/bespilldaemel.c @@ -19,12 +19,12 @@ /** * @file - * @brief Naiv spilling algorithm + * @brief Naive spilling algorithm * @author Matthias Braun * @date 20.09.2005 * @version $Id: bespillbelady.c 13913 2007-05-18 12:48:56Z matze $ * @summary - * This implements a naiv spilling algorithm. It is design to produce similar + * This implements a naive spilling algorithm. It is designed to produce similar * effects to the spill decisions produced by traditional graph coloring * register allocators that spill while they are coloring the graph. * @@ -33,9 +33,7 @@ * Spilling in this context means placing a spill instruction behind the * definition of the value and a reload before each usage. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include "debug.h"