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
b5bf6388
Commit
b5bf6388
authored
Jul 22, 2015
by
Matthias Braun
Browse files
be_match_immediate: Bring back accidentally removed is_tls_entity() check
parent
f345dbf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/betranshlp.c
View file @
b5bf6388
...
...
@@ -897,6 +897,9 @@ bool be_match_immediate(ir_node const *const node, ir_tarval **const tarval_out,
return
false
;
}
if
(
entity
&&
is_tls_entity
(
entity
))
return
false
;
*
tarval_out
=
cnst
?
get_Const_tarval
(
cnst
)
:
NULL
;
*
entity_out
=
entity
;
*
reloc_kind_out
=
reloc_kind
;
...
...
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