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
316eeede
Commit
316eeede
authored
Dec 06, 2011
by
Christoph Mallon
Browse files
Remove the unused function arm_get_fpa_imm_name().
parent
3226bbc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/arm/arm_new_nodes.c
View file @
316eeede
...
...
@@ -48,21 +48,6 @@
#include
"beabi.h"
#include
"bearch_arm_t.h"
const
char
*
arm_get_fpa_imm_name
(
long
imm_value
)
{
static
const
char
*
fpa_imm
[]
=
{
"0"
,
"1"
,
"2"
,
"3"
,
"4"
,
"5"
,
"10"
,
"0.5"
};
return
fpa_imm
[
imm_value
];
}
static
bool
arm_has_symconst_attr
(
const
ir_node
*
node
)
{
return
is_arm_SymConst
(
node
)
||
is_arm_FrameAddr
(
node
)
||
is_arm_Bl
(
node
);
...
...
ir/be/arm/arm_nodes_attr.h
View file @
316eeede
...
...
@@ -133,11 +133,6 @@ typedef struct arm_farith_attr_t {
ir_mode
*
mode
;
/* operation mode */
}
arm_farith_attr_t
;
/**
* Return the fpa immediate from the encoding.
*/
const
char
*
arm_get_fpa_imm_name
(
long
imm_value
);
#define CAST_ARM_ATTR(type,ptr) ((type *)(ptr))
#define CONST_CAST_ARM_ATTR(type,ptr) ((const type *)(ptr))
...
...
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