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
7f57a327
Commit
7f57a327
authored
Feb 01, 2016
by
Christoph Mallon
Browse files
ia32: Remove pointless assert.
parent
806f3683
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_optimize.c
View file @
7f57a327
...
@@ -877,8 +877,6 @@ static bool is_disp_const(ir_node const *const node, int32_t const val)
...
@@ -877,8 +877,6 @@ static bool is_disp_const(ir_node const *const node, int32_t const val)
*/
*/
static
void
peephole_ia32_Lea
(
ir_node
*
node
)
static
void
peephole_ia32_Lea
(
ir_node
*
node
)
{
{
assert
(
is_ia32_Lea
(
node
));
/* We can only do this if it is allowed to clobber the flags. */
/* We can only do this if it is allowed to clobber the flags. */
if
(
be_peephole_get_value
(
REG_EFLAGS
))
if
(
be_peephole_get_value
(
REG_EFLAGS
))
return
;
return
;
...
...
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