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
0b7b6d5a
Commit
0b7b6d5a
authored
Oct 15, 2008
by
Michael Beck
Browse files
- removed old comment
- fixed indentation [r22925]
parent
29d895b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irtypes.h
View file @
0b7b6d5a
...
...
@@ -349,14 +349,13 @@ typedef struct _ir_def_use_edge {
struct
ir_node
{
/* ------- Basics of the representation ------- */
firm_kind
kind
;
/**< Distinguishes this node from others. */
unsigned
node_idx
;
/**< The node index of this node in its graph. */
unsigned
node_idx
;
/**< The node index of this node in its graph. */
ir_op
*
op
;
/**< The Opcode of this node. */
ir_mode
*
mode
;
/**< The Mode of this node. */
struct
ir_node
**
in
;
/**< The array of predecessors / operands. */
ir_visited_t
visited
;
/**< The visited counter for walks of the graph. */
void
*
link
;
/**< To attach additional information to the node, e.g.
used while construction to link Phi0 nodes and
during optimization to link to nodes that
used during optimization to link to nodes that
shall replace a node. */
/* ------- Fields for optimizations / analysis information ------- */
ir_def_use_edge
*
out
;
/**< array of def-use edges. */
...
...
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