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
87a94af7
Commit
87a94af7
authored
Feb 04, 2009
by
Michael Beck
Browse files
- add missing Load and Builtin support for opcode()
[r25423]
parent
279822e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/opt_blocks.c
View file @
87a94af7
...
...
@@ -409,9 +409,15 @@ static opcode_key_t *opcode(const node_t *node, environment_t *env) {
case
iro_Conv
:
key
.
u
.
intVal
=
get_Conv_strict
(
irn
);
break
;
case
iro_Load
:
key
.
mode
=
get_Load_mode
(
irn
);
break
;
case
iro_Div
:
key
.
u
.
intVal
=
is_Div_remainderless
(
irn
);
break
;
case
iro_Builtin
:
key
.
u
.
intVal
=
get_Builtin_kind
(
irn
);
break
;
default:
break
;
}
...
...
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