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
1e1d48e5
Commit
1e1d48e5
authored
Jan 28, 2014
by
yb9976
Browse files
Removed unused debug handle.
parent
954e858b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_softfloat.c
View file @
1e1d48e5
...
@@ -29,9 +29,6 @@
...
@@ -29,9 +29,6 @@
#include "type_t.h"
#include "type_t.h"
#include "tv_t.h"
#include "tv_t.h"
/** The debug handle */
DEBUG_ONLY
(
static
firm_dbg_module_t
*
dbg
=
NULL
;)
typedef
void
(
*
lower_softfloat_func
)(
ir_node
*
node
);
typedef
void
(
*
lower_softfloat_func
)(
ir_node
*
node
);
static
ir_type
*
binop_tp_d
;
static
ir_type
*
binop_tp_d
;
...
@@ -744,8 +741,6 @@ static void make_unop_type(ir_type **const memoized, ir_type *const op, ir_type
...
@@ -744,8 +741,6 @@ static void make_unop_type(ir_type **const memoized, ir_type *const op, ir_type
*/
*/
static
void
ir_prepare_softfloat_lowering
(
void
)
static
void
ir_prepare_softfloat_lowering
(
void
)
{
{
FIRM_DBG_REGISTER
(
dbg
,
"firm.lower.softfloat"
);
if
(
!
lowered_type
)
if
(
!
lowered_type
)
lowered_type
=
pmap_create
();
lowered_type
=
pmap_create
();
...
@@ -793,8 +788,6 @@ static int lower_mux_cb(ir_node *mux)
...
@@ -793,8 +788,6 @@ static int lower_mux_cb(ir_node *mux)
void
lower_floating_point
(
void
)
void
lower_floating_point
(
void
)
{
{
FIRM_DBG_REGISTER
(
dbg
,
"firm.lower.softfloat"
);
ir_prepare_softfloat_lowering
();
ir_prepare_softfloat_lowering
();
ir_clear_opcodes_generic_func
();
ir_clear_opcodes_generic_func
();
...
...
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