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
b93a1268
Commit
b93a1268
authored
Aug 10, 2006
by
Sebastian Hack
Browse files
Added pn_... stuff for AddSP
parent
0fd067c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/benode_t.h
View file @
b93a1268
...
@@ -161,6 +161,12 @@ enum {
...
@@ -161,6 +161,12 @@ enum {
be_pos_AddSP_last
=
2
be_pos_AddSP_last
=
2
};
};
enum
{
pn_be_AddSP_res
=
0
,
pn_be_AddSP_M
=
1
,
pn_be_AddSP_last
=
2
};
/**
/**
* Make a new AddSP node.
* Make a new AddSP node.
* An AddSP node expresses an increase of the stack pointer in the direction the stack
* An AddSP node expresses an increase of the stack pointer in the direction the stack
...
...
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