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
2e3dd0af
Commit
2e3dd0af
authored
Aug 19, 2015
by
Christoph Mallon
Browse files
be: Do not explicitly set $default_attr_type.
The generator chooses the right default automatically.
parent
60c29ab0
Changes
4
Hide whitespace changes
Inline
Side-by-side
ir/be/TEMPLATE/TEMPLATE_spec.pl
View file @
2e3dd0af
...
...
@@ -70,8 +70,6 @@ $mode_fp = "mode_F"; # mode used by floatingpoint registers
]
);
$default_attr_type
=
"
TEMPLATE_attr_t
";
my
$binop
=
{
irn_flags
=>
[
"
rematerializable
"
],
in_reqs
=>
[
"
gp
",
"
gp
"
],
...
...
ir/be/arm/arm_spec.pl
View file @
2e3dd0af
...
...
@@ -44,8 +44,6 @@ $mode_fp = "mode_F";
],
);
$default_attr_type
=
"
arm_attr_t
";
%init_attr
=
(
arm_attr_t
=>
"
init_arm_attributes(res, irn_flags, in_reqs, n_res);
",
...
...
ir/be/ia32/ia32_spec.pl
View file @
2e3dd0af
...
...
@@ -66,8 +66,6 @@ $mode_fpcw = "ia32_mode_fpcw";
],
);
$default_attr_type
=
"
ia32_attr_t
";
sub
ia32_custom_init_attr
{
my
(
$constr
,
$node
,
$name
)
=
@_
;
...
...
ir/be/sparc/sparc_spec.pl
View file @
2e3dd0af
...
...
@@ -98,8 +98,6 @@ $mode_fp4 = "sparc_mode_Q";
]
);
$default_attr_type
=
"
sparc_attr_t
";
%init_attr
=
(
sparc_attr_t
=>
"
be_info_init_irn(res, irn_flags, in_reqs, n_res);
",
sparc_load_store_attr_t
=>
"
be_info_init_irn(res, irn_flags, in_reqs, n_res);
",
...
...
Write
Preview
Markdown
is supported
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