Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
9990e02a
Commit
9990e02a
authored
May 29, 2010
by
Jan Hubicka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing part of previous commit.
From-SVN: r160017
parent
036546e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
gcc/cgraphunit.c
+6
-0
No files found.
gcc/cgraphunit.c
View file @
9990e02a
...
...
@@ -2181,6 +2181,12 @@ cgraph_function_versioning (struct cgraph_node *old_version_node,
else
new_decl
=
build_function_decl_skip_args
(
old_decl
,
args_to_skip
);
cgraph_make_decl_local
(
new_decl
);
/* Generate a new name for the new version. */
DECL_NAME
(
new_decl
)
=
clone_function_name
(
old_decl
,
clone_name
);
SET_DECL_ASSEMBLER_NAME
(
new_decl
,
DECL_NAME
(
new_decl
));
SET_DECL_RTL
(
new_decl
,
NULL
);
/* Create the new version's call-graph node.
and update the edges of the new node. */
new_version_node
=
...
...
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