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
1cf87be9
Commit
1cf87be9
authored
Jul 22, 2015
by
Christoph Mallon
Browse files
be: Remove the now unused function be_pre_transform_node().
parent
fd16753f
Changes
2
Show whitespace changes
Inline
Side-by-side
ir/be/betranshlp.c
View file @
1cf87be9
...
@@ -234,14 +234,6 @@ static void fix_loops(ir_node *node)
...
@@ -234,14 +234,6 @@ static void fix_loops(ir_node *node)
}
}
}
}
ir_node
*
be_pre_transform_node
(
ir_node
*
place
)
{
if
(
place
==
NULL
)
return
NULL
;
return
be_transform_node
(
place
);
}
/**
/**
* Transforms all nodes. Deletes the old obstack and creates a new one.
* Transforms all nodes. Deletes the old obstack and creates a new one.
*/
*/
...
...
ir/be/betranshlp.h
View file @
1cf87be9
...
@@ -27,9 +27,6 @@ typedef void (arch_pretrans_nodes)(ir_graph*);
...
@@ -27,9 +27,6 @@ typedef void (arch_pretrans_nodes)(ir_graph*);
*/
*/
typedef
ir_node
*
(
be_transform_func
)(
ir_node
*
node
);
typedef
ir_node
*
(
be_transform_func
)(
ir_node
*
node
);
/** pre-transform a node */
ir_node
*
be_pre_transform_node
(
ir_node
*
place
);
/**
/**
* Calls transformation function for given node and marks it visited.
* Calls transformation function for given node and marks it visited.
*/
*/
...
...
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