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
dfbf842b
Commit
dfbf842b
authored
Nov 11, 2014
by
Christoph Mallon
Browse files
ia32: Remove pointless assertion.
The variable was initialised to this just a few lines above.
parent
79718dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_x87.c
View file @
dfbf842b
...
...
@@ -781,7 +781,6 @@ static void sim_load(x87_state *state, ir_node *n)
DB
((
dbg
,
LEVEL_1
,
">>> %+F -> %s
\n
"
,
n
,
out
->
name
));
x87_push
(
state
,
out
->
index
,
n
);
assert
(
out
==
arch_get_irn_register_out
(
n
,
pn_ia32_fld_res
));
DB
((
dbg
,
LEVEL_1
,
"<<< %s -> %s
\n
"
,
get_irn_opname
(
n
),
get_st_reg
(
0
)
->
name
));
}
...
...
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