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
17a2b811
Commit
17a2b811
authored
Sep 15, 2011
by
Matthias Braun
Browse files
do not use custom copy without custom attributes
parent
9fa60c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/scripts/generate_new_opcodes.pl
View file @
17a2b811
...
...
@@ -669,7 +669,11 @@ EOF
}
my
$copy_attr_func
=
$copy_attr
{
$attr_type
};
if
(
!
defined
(
$copy_attr_func
))
{
$copy_attr_func
=
$default_copy_attr
;
if
(
$attr_type
eq
"")
{
$copy_attr_func
=
"
NULL
";
}
else
{
$copy_attr_func
=
$default_copy_attr
;
}
}
if
(
defined
(
$copy_attr_func
))
{
push
(
@obst_new_irop
,
"
\t
ops.copy_attr =
${copy_attr_func}
;
\n
");
...
...
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