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
9fa2aac7
Commit
9fa2aac7
authored
Oct 25, 2014
by
Christoph Mallon
Browse files
betranshlp: Do not set a default transformer for Start.
All backends have their own transformers.
parent
529f6fd4
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/betranshlp.c
View file @
9fa2aac7
...
...
@@ -487,7 +487,6 @@ void be_start_transform_setup(void)
be_set_transform_function
(
op_NoMem
,
be_duplicate_node
);
be_set_transform_function
(
op_Pin
,
be_duplicate_node
);
be_set_transform_function
(
op_Proj
,
transform_proj
);
be_set_transform_function
(
op_Start
,
be_duplicate_node
);
be_set_transform_function
(
op_Sync
,
be_duplicate_node
);
be_set_upper_bits_clean_function
(
op_And
,
and_upper_bits_clean
);
...
...
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