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
348959a4
Commit
348959a4
authored
Nov 01, 2005
by
Michael Beck
Browse files
irg_no_property used instead of 0
[r6857]
parent
f799d5cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irgraph.c
View file @
348959a4
...
...
@@ -191,7 +191,7 @@ new_r_ir_graph (entity *ent, int n_loc)
res
->
outs
=
NULL
;
res
->
inline_property
=
irg_inline_any
;
res
->
additional_properties
=
0
;
res
->
additional_properties
=
irg_no_property
;
res
->
phase_state
=
phase_building
;
res
->
op_pin_state_pinned
=
op_pin_state_pinned
;
...
...
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