Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
b1938615
Commit
b1938615
authored
Jul 07, 2015
by
yb9976
Browse files
Fixed typo.
parent
fe322c72
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
b1938615
...
...
@@ -136,7 +136,7 @@ static void ia32_set_frame_entity(ir_node *node, ir_entity *entity,
{
set_ia32_frame_ent
(
node
,
entity
);
/* set ls_mode based on entity unless we explicit
e
ly requested
/* set ls_mode based on entity unless we explicitly requested
* a certain mode */
if
(
get_ia32_frame_use
(
node
)
!=
IA32_FRAME_USE_AUTO
||
is_ia32_Conv_I2I
(
node
))
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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