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
3ce0e6db
Commit
3ce0e6db
authored
Oct 22, 2014
by
Christoph Mallon
Browse files
lower: Use correct stat enum entry.
parent
9d80d3ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_intrinsics.c
View file @
3ce0e6db
...
...
@@ -995,7 +995,7 @@ int i_mapper_memcmp(ir_node *call)
ir_mode
*
mode
=
get_type_mode
(
res_tp
);
irn
=
new_r_Const_null
(
irg
,
mode
);
DBG_OPT_ALGSIM0
(
call
,
irn
,
FS_OPT_RTS_
STRN
CMP
);
DBG_OPT_ALGSIM0
(
call
,
irn
,
FS_OPT_RTS_
MEM
CMP
);
replace_call
(
irn
,
call
,
mem
,
NULL
,
NULL
);
return
1
;
}
...
...
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