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
a328b24d
Commit
a328b24d
authored
Sep 09, 2008
by
Matthias Braun
Browse files
test without alignment
[r21786]
parent
603128ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_architecture.c
View file @
a328b24d
...
...
@@ -330,9 +330,15 @@ static const insn_const k8_cost = {
1
,
/* cost of a constant shift instruction */
3
,
/* starting cost of a multiply instruction */
0
,
/* cost of multiply for every set bit */
#if 0 /* TEST */
4, /* logarithm for alignment of function labels */
4, /* logarithm for alignment of loops labels */
7, /* maximum skip for alignment of loops labels */
#else
0
,
0
,
0
#endif
};
/* costs for the K10 */
...
...
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