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
bf9be89c
Commit
bf9be89c
authored
Feb 13, 2010
by
Matthias Braun
Browse files
fix intrinsics appearing in output
[r27148]
parent
f9453012
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_intrinsics.c
View file @
bf9be89c
...
...
@@ -934,6 +934,7 @@ ir_entity *ia32_create_intrinsic_fkt(ir_type *method, const ir_op *op,
ident
*
id
=
id_mangle
(
IDENT
(
"L"
),
get_op_ident
(
op
));
*
ent
=
new_entity
(
get_glob_type
(),
id
,
method
);
set_entity_visibility
(
*
ent
,
ir_visibility_private
);
}
elt
.
i_call
.
kind
=
INTRINSIC_CALL
;
...
...
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