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
4b6ed06a
Commit
4b6ed06a
authored
Aug 02, 2010
by
Christoph Mallon
Browse files
Duplicate GetEIP when transforming.
[r27865]
parent
289b4c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
4b6ed06a
...
...
@@ -5732,6 +5732,7 @@ static void register_transformers(void)
be_set_transform_function
(
op_ia32_l_ShrDep
,
gen_ia32_l_ShrDep
);
be_set_transform_function
(
op_ia32_l_ShrD
,
gen_ia32_l_ShrD
);
be_set_transform_function
(
op_ia32_l_Sub
,
gen_ia32_l_Sub
);
be_set_transform_function
(
op_ia32_GetEIP
,
be_duplicate_node
);
be_set_transform_function
(
op_ia32_Minus64Bit
,
be_duplicate_node
);
be_set_transform_function
(
op_ia32_NoReg_GP
,
be_duplicate_node
);
be_set_transform_function
(
op_ia32_NoReg_VFP
,
be_duplicate_node
);
...
...
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