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
1cbd2f49
Commit
1cbd2f49
authored
Aug 18, 2014
by
Matthias Braun
Browse files
x86_address_mode: small cleanup
parent
e3a979f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/x86_address_mode.c
View file @
1cbd2f49
...
...
@@ -459,8 +459,7 @@ static bool value_last_used_here(be_lv_t *lv, ir_node *here, ir_node *value)
static
bool
simple_is_immediate
(
const
ir_node
*
node
)
{
bool
symconst_ok
=
true
;
return
do_is_immediate
(
node
,
&
symconst_ok
,
false
);
return
is_immediate
(
node
,
false
,
true
);
}
/**
...
...
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