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
ba4aab5a
Commit
ba4aab5a
authored
Apr 05, 2016
by
Christoph Mallon
Browse files
amd64: Remove stale comment.
'match_immediate_32()' in the meantime got a parameter 'must_match_ip_relative'.
parent
ce6fdb48
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_transform.c
View file @
ba4aab5a
...
...
@@ -1512,7 +1512,6 @@ static ir_node *gen_IJmp(ir_node *const node)
amd64_op_mode_t
op_mode
;
ir_node
*
mem_proj
=
NULL
;
if
(
match_immediate_32
(
&
addr
.
immediate
,
op
,
true
))
{
// TODO: do we need a must_match_ip_relative in match_immediate_32
op_mode
=
AMD64_OP_IMM32
;
arity
=
0
;
reqs
=
no_reqs
;
...
...
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