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
4e8fba3d
Commit
4e8fba3d
authored
Oct 10, 2005
by
Rubino Geiß
Browse files
added missing pn_Div_max
[r6673]
parent
a6d12c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irnode.h
View file @
4e8fba3d
...
...
@@ -653,6 +653,7 @@ typedef enum {
pn_Div_M
,
/**< Memory result. */
pn_Div_X_except
,
/**< Execution result if exception occurred. */
pn_Div_res
/**< Result of computation. */
pn_Div_max
/**< number of projections from a Div */
}
pn_Div
;
/* Projection numbers for Div. */
ir_node
*
get_Mod_left
(
ir_node
*
node
);
...
...
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