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
12f406ba
Commit
12f406ba
authored
Mar 17, 2006
by
Christian Würdig
Browse files
removed assert
parent
997ea4cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
12f406ba
...
...
@@ -238,7 +238,7 @@ char *ia32_emit_binop(const ir_node *n, ia32_emit_env_t *env) {
static
char
*
buf
=
NULL
;
/* verify that this function is never called on non-AM supporting operations */
assert
(
get_ia32_am_support
(
n
)
!=
ia32_am_None
&&
"emit binop expects addressmode support"
);
//
assert(get_ia32_am_support(n) != ia32_am_None && "emit binop expects addressmode support");
#define PRODUCES_RESULT(n) \
(!(is_ia32_St(n) || \
...
...
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