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
432055ec
Commit
432055ec
authored
Jan 25, 2007
by
Michael Beck
Browse files
renamed opcode to ir_opcode
parent
c5274ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/TEMPLATE/TEMPLATE_transform.c
View file @
432055ec
...
...
@@ -305,7 +305,7 @@ static ir_node *gen_Store(TEMPLATE_transform_env_t *env) {
*/
void
TEMPLATE_transform_node
(
ir_node
*
node
,
void
*
env
)
{
TEMPLATE_code_gen_t
*
cgenv
=
(
TEMPLATE_code_gen_t
*
)
env
;
opcode
code
=
get_irn_opcode
(
node
);
ir_
opcode
code
=
get_irn_opcode
(
node
);
ir_node
*
asm_node
=
NULL
;
TEMPLATE_transform_env_t
tenv
;
...
...
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