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
6291064a
Commit
6291064a
authored
Mar 31, 2008
by
Christoph Mallon
Browse files
Let the Syncs float!.
[r18306]
parent
8adaba77
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irop.c
View file @
6291064a
...
...
@@ -333,7 +333,7 @@ init_op(void)
op_Store
=
new_ir_op
(
iro_Store
,
"Store"
,
op_pin_state_exc_pinned
,
F
|
M
,
oparity_any
,
-
1
,
sizeof
(
store_attr
),
NULL
);
op_Alloc
=
new_ir_op
(
iro_Alloc
,
"Alloc"
,
op_pin_state_pinned
,
F
|
M
,
oparity_any
,
-
1
,
sizeof
(
alloc_attr
),
NULL
);
op_Free
=
new_ir_op
(
iro_Free
,
"Free"
,
op_pin_state_pinned
,
N
|
M
,
oparity_any
,
-
1
,
sizeof
(
free_attr
),
NULL
);
op_Sync
=
new_ir_op
(
iro_Sync
,
"Sync"
,
op_pin_state_
pinned
,
N
,
oparity_dynamic
,
-
1
,
0
,
NULL
);
op_Sync
=
new_ir_op
(
iro_Sync
,
"Sync"
,
op_pin_state_
floats
,
N
,
oparity_dynamic
,
-
1
,
0
,
NULL
);
op_Proj
=
new_ir_op
(
iro_Proj
,
"Proj"
,
op_pin_state_floats
,
N
,
oparity_unary
,
-
1
,
sizeof
(
long
),
NULL
);
op_Tuple
=
new_ir_op
(
iro_Tuple
,
"Tuple"
,
op_pin_state_floats
,
L
,
oparity_variable
,
-
1
,
0
,
NULL
);
...
...
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