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
ac478f0c
Commit
ac478f0c
authored
Feb 03, 2003
by
Michael Beck
Browse files
converted to doxygen comments
[r725]
parent
053017a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irop_t.h
View file @
ac478f0c
...
...
@@ -6,19 +6,20 @@
# include "irop.h"
/** the type of an ir_op */
struct
ir_op
{
opcode
code
;
ident
*
name
;
size_t
attr_size
;
/* Space needed in memory for private attributes */
int
labeled
;
/* Output edge labels on in-edges in vcg graph */
int
pinned
;
/* How to deal with the node in cse, pre. */
size_t
attr_size
;
/*
*<
Space needed in memory for private attributes */
int
labeled
;
/*
*<
Output edge labels on in-edges in vcg graph */
int
pinned
;
/*
*<
How to deal with the node in cse, pre. */
};
/* create a new ir operation */
/*
*
create a new ir operation */
ir_op
*
new_ir_op
(
opcode
code
,
char
*
name
,
op_pinned
p
,
int
labeled
,
size_t
attr_size
);
/* initialize the irop module */
/*
*
initialize the irop module */
void
init_op
(
void
);
#endif
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