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
2060cd96
Commit
2060cd96
authored
Mar 11, 2013
by
yb9976
Browse files
Fixed comments.
parent
dbaf58e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/opt_ldst.c
View file @
2060cd96
...
...
@@ -1654,7 +1654,7 @@ static void calcAntic(void)
{
int
need_iter
;
/* calculate antic_
out
*/
/* calculate antic_
in
*/
DB
((
dbg
,
LEVEL_2
,
"Calculate Antic_in
\n
"
));
DEBUG_ONLY
(
int
i
=
0
;)
...
...
@@ -2008,7 +2008,7 @@ static void insert_Loads_upwards(void)
int
need_iter
;
block_t
*
bl
;
/* recalculate antic_
out
and insert Loads */
/* recalculate antic_
in
and insert Loads */
DB
((
dbg
,
LEVEL_2
,
"Inserting Loads
\n
"
));
DEBUG_ONLY
(
int
i
=
0
;)
...
...
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