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
5bd92c6d
Commit
5bd92c6d
authored
Nov 06, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-copyrename.c (rename_ssa_copies): Make it static.
From-SVN: r90191
parent
29a74354
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+4
-0
gcc/tree-ssa-copyrename.c
+1
-3
No files found.
gcc/ChangeLog
View file @
5bd92c6d
2004
-
11
-
06
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
ssa
-
copyrename
.
c
(
rename_ssa_copies
):
Make
it
static
.
2004
-
11
-
06
Ulrich
Weigand
<
uweigand
@
de
.
ibm
.
com
>
*
config
/
s390
/
2064.
md
(
"z_int"
,
"z_agen"
):
Ensure
the
condition
...
...
gcc/tree-ssa-copyrename.c
View file @
5bd92c6d
...
...
@@ -39,8 +39,6 @@ Boston, MA 02111-1307, USA. */
#include "tree-pass.h"
#include "langhooks.h"
extern
void
rename_ssa_copies
(
void
);
/* The following routines implement the SSA copy renaming phase.
This optimization looks for copies between 2 SSA_NAMES, either through a
...
...
@@ -293,7 +291,7 @@ copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug)
then cause the SSA->normal pass to attempt to coalesce them all to the same
variable. */
void
static
void
rename_ssa_copies
(
void
)
{
var_map
map
;
...
...
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