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
8a16899b
Commit
8a16899b
authored
Oct 24, 2012
by
Christoph Mallon
Browse files
Remove duplicate macro.
parent
49bec344
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_intrinsics.c
View file @
8a16899b
...
...
@@ -642,9 +642,7 @@ ir_entity *ia32_create_intrinsic_fkt(ir_type *method, const ir_op *op,
}
if
(
ent
&&
!
*
ent
)
{
#define IDENT(s) new_id_from_chars(s, sizeof(s)-1)
ident
*
id
=
id_mangle
(
IDENT
(
"L"
),
get_op_ident
(
op
));
ident
*
id
=
id_mangle
(
ID
(
"L"
),
get_op_ident
(
op
));
*
ent
=
new_entity
(
get_glob_type
(),
id
,
method
);
set_entity_visibility
(
*
ent
,
ir_visibility_private
);
}
...
...
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