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
c04aad3b
Commit
c04aad3b
authored
Jul 12, 2007
by
Michael Beck
Browse files
get_mirrored_pnc() added on request
[r15082]
parent
d174c9f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/irnode.h
View file @
c04aad3b
...
...
@@ -816,6 +816,9 @@ int get_negated_pnc(int pnc, ir_mode *mode);
/** Calculates the inversed (R^-1) pnc condition, i.e., "<" --> ">" */
int
get_inversed_pnc
(
int
pnc
);
/** An alternative name for get_inversed_pnc() that can be better memorized. */
#define get_mirrored_pnc(pnc) get_inversed_pnc(pnc)
ir_node
*
get_Cmp_left
(
const
ir_node
*
node
);
void
set_Cmp_left
(
ir_node
*
node
,
ir_node
*
left
);
ir_node
*
get_Cmp_right
(
const
ir_node
*
node
);
...
...
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