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
e8e7dfee
Commit
e8e7dfee
authored
Jan 02, 2008
by
Michael Beck
Browse files
changed the projection numbers of Raise to match the generic scheme
[r17139]
parent
93dbf5f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/irnode.h
View file @
e8e7dfee
/*
/*
* Copyright (C) 1995-200
7
University of Karlsruhe. All right reserved.
* Copyright (C) 1995-200
8
University of Karlsruhe. All right reserved.
*
*
* This file is part of libFirm.
* This file is part of libFirm.
*
*
...
@@ -1130,9 +1130,9 @@ void set_InstOf_obj(ir_node *node, ir_node *obj);
...
@@ -1130,9 +1130,9 @@ void set_InstOf_obj(ir_node *node, ir_node *obj);
* Projection numbers for Raise.
* Projection numbers for Raise.
*/
*/
typedef
enum
{
typedef
enum
{
pn_Raise_
X
=
0
,
/**< The control flow to the exception handler
. */
pn_Raise_
M
=
pn_Generic_M_regular
,
/**< The Memory result
. */
pn_Raise_
M
=
1
,
/**< The Memory result
. */
pn_Raise_
X
=
pn_Generic_X_regular
,
/**< The control flow to the exception handler
. */
pn_Raise_max
/**< number of projections from a Raise */
pn_Raise_max
/**< number of projections from a Raise */
}
pn_Raise
;
/* Projection numbers for Raise. */
}
pn_Raise
;
/* Projection numbers for Raise. */
ir_node
*
get_Raise_mem
(
const
ir_node
*
node
);
ir_node
*
get_Raise_mem
(
const
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