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
3a71d573
Commit
3a71d573
authored
Aug 06, 2010
by
yb9976
Browse files
Fixed comment.
[r27877]
parent
74c827f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beinsn_t.h
View file @
3a71d573
...
...
@@ -39,7 +39,7 @@ typedef struct _be_insn_env_t be_insn_env_t;
struct
_be_operand_t
{
ir_node
*
irn
;
/**< Firm node of the insn this operand belongs to */
ir_node
*
carrier
;
/**< node representing the operand value (Proj or the node itself for defs, the value
itself
for uses */
ir_node
*
carrier
;
/**< node representing the operand value (Proj or the node itself for defs, the
used
value for uses
)
*/
be_operand_t
*
partner
;
/**< used in bechordal later... (TODO what does it do?) */
bitset_t
*
regs
;
/**< admissible register bitset */
int
pos
;
/**< pos of the operand (0 to n are inputs, -1 to -n are outputs) */
...
...
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