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
1c4cee58
Commit
1c4cee58
authored
Apr 06, 2009
by
Michael Beck
Browse files
- fix 25793
[r25805]
parent
1f30d454
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irmemory.c
View file @
1c4cee58
...
...
@@ -1174,7 +1174,7 @@ static void print_entity_usage_flags(ir_type *tp) {
/**
* Post-walker: check for global entity address
*/
static
void
check_global_address
(
const
ir_node
*
irn
,
void
*
env
)
{
static
void
check_global_address
(
ir_node
*
irn
,
void
*
env
)
{
ir_node
*
tls
=
env
;
ir_entity
*
ent
;
ir_entity_usage
flags
;
...
...
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