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
330fc854
Commit
330fc854
authored
Dec 29, 2014
by
Christoph Mallon
Browse files
be: Remove the stale struct be_return_attr_t.
be_Return is no more.
parent
a161f099
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/benode.c
View file @
330fc854
...
...
@@ -44,14 +44,6 @@ typedef struct be_node_attr_t {
except_attr
exc
;
}
be_node_attr_t
;
/** The be_Return nodes attribute type. */
typedef
struct
{
be_node_attr_t
base
;
int
num_ret_vals
;
/**< number of return values */
unsigned
pop
;
/**< number of bytes that should be popped */
int
emit_pop
;
/**< if set, emit pop bytes, even if pop = 0 */
}
be_return_attr_t
;
/** The be_IncSP attribute type. */
typedef
struct
{
be_node_attr_t
base
;
...
...
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