Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
4272639e
Commit
4272639e
authored
Oct 25, 2015
by
Matthias Braun
Browse files
Remove typo and improve explanation of IR_LINKAGE_NO_IDENTITY
parent
9c123448
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/typerep.h
View file @
4272639e
...
...
@@ -164,8 +164,8 @@ typedef enum ir_linkage {
IR_LINKAGE_NO_CODEGEN
=
1
<<
5
,
/**
* The entity does not need to have an address that is different from other
* entities.
This
is property is
necessary when the entity should be
merged
*
with other
entities with the same content.
* entities.
When th
is property is
set the entity may be safely
merged
with
* entities with the same content.
*/
IR_LINKAGE_NO_IDENTITY
=
1
<<
6
,
}
ir_linkage
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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