Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
80bf35e9
Commit
80bf35e9
authored
Mar 07, 2005
by
Michael Beck
Browse files
updated comments a bit
[r5302]
parent
59edc3a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/loop_unrolling.h
View file @
80bf35e9
/**
*
* @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 Universitt 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_ */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment