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
4a97bde7
Commit
4a97bde7
authored
Jul 15, 2010
by
Matthias Braun
Browse files
cleanup sparc spec
[r27747]
parent
3cda66b8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_spec.pl
View file @
4a97bde7
This diff is collapsed.
Click to expand it.
ir/be/sparc/sparc_transform.c
View file @
4a97bde7
...
@@ -179,6 +179,7 @@ static ir_node *create_const_graph(ir_node *irn, ir_node *block)
...
@@ -179,6 +179,7 @@ static ir_node *create_const_graph(ir_node *irn, ir_node *block)
static
ir_node
*
create_fp_const_graph
(
ir_node
*
irn
,
ir_node
*
block
)
static
ir_node
*
create_fp_const_graph
(
ir_node
*
irn
,
ir_node
*
block
)
{
{
(
void
)
block
;
(
void
)
block
;
(
void
)
irn
;
panic
(
"FP constants not implemented"
);
panic
(
"FP constants not implemented"
);
}
}
...
...
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