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
07354fc9
Commit
07354fc9
authored
Jul 27, 2010
by
Matthias Braun
Browse files
fix Ldf/Stf emitter
[r27823]
parent
58ed88f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_new_nodes.c
View file @
07354fc9
...
...
@@ -52,7 +52,8 @@ static bool has_symconst_attr(const ir_node *node)
static
bool
has_load_store_attr
(
const
ir_node
*
node
)
{
return
is_sparc_Ld
(
node
)
||
is_sparc_St
(
node
);
return
is_sparc_Ld
(
node
)
||
is_sparc_St
(
node
)
||
is_sparc_Ldf
(
node
)
||
is_sparc_Stf
(
node
);
}
static
bool
has_jmp_cond_attr
(
const
ir_node
*
node
)
...
...
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