X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Floop_unrolling.h;h=e8da11da0b8cd08d126de4dda82ede1032947feb;hb=8eb0a1256d88d68e762c1f087bffadca68dc5c12;hp=ab2ab0be4d473a36995ac41c39731b087a21dd49;hpb=e3ca3cde843544042eb2e3c953510f70cb36b818;p=libfirm diff --git a/ir/opt/loop_unrolling.h b/ir/opt/loop_unrolling.h index ab2ab0be4..e8da11da0 100644 --- a/ir/opt/loop_unrolling.h +++ b/ir/opt/loop_unrolling.h @@ -1,7 +1,4 @@ -/** - * - * @file loop_unrolling.h - * +/* * Project: libFIRM * File name: ir/opt/loop_unrolling.h * Purpose: Loop unrolling. @@ -11,23 +8,23 @@ * CVS-ID: $Id$ * Copyright: (c) 2004 Universität Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - * - * - * - * */ - -# ifndef _LOOP_UNROLLING_H_ -# define _LOOP_UNROLLING_H_ - -# include "irgraph.h" - -/** Loop unrolling. +/** + * @file loop_unrolling.h + * + * Loop unrolling. * + * @author Beyhan Veliev */ +#ifndef _LOOP_UNROLLING_H_ +#define _LOOP_UNROLLING_H_ -void optimize_loop_unrolling (ir_graph *irg); +#include "irgraph.h" +/** + * Do Loop unrolling in the given graph. + */ +void optimize_loop_unrolling(ir_graph *irg); #endif /* _LOOP_UNROLLING_H_ */