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
e505be85
Commit
e505be85
authored
Dec 20, 2002
by
Zdenek Dvorak
Committed by
Zdenek Dvorak
Dec 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flow.c (allocate_reg_life_data): Reset REG_FREQ.
From-SVN: r60344
parent
191ff852
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/flow.c
+1
-0
No files found.
gcc/ChangeLog
View file @
e505be85
2002
-
12
-
20
Zdenek
Dvorak
<
rakdver
@atrey
.
karlin
.
mff
.
cuni
.
cz
>
*
flow
.
c
(
allocate_reg_life_data
)
:
Reset
REG_FREQ
.
2002
-
12
-
19
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
2002
-
12
-
19
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
config
/
h8300
/
h8300
.
md
(
pushqi_h8300
)
:
Don
'
t
push
the
stack
*
config
/
h8300
/
h8300
.
md
(
pushqi_h8300
)
:
Don
'
t
push
the
stack
...
...
gcc/flow.c
View file @
e505be85
...
@@ -1529,6 +1529,7 @@ allocate_reg_life_data ()
...
@@ -1529,6 +1529,7 @@ allocate_reg_life_data ()
REG_N_DEATHS
(
i
)
=
0
;
REG_N_DEATHS
(
i
)
=
0
;
REG_N_CALLS_CROSSED
(
i
)
=
0
;
REG_N_CALLS_CROSSED
(
i
)
=
0
;
REG_LIVE_LENGTH
(
i
)
=
0
;
REG_LIVE_LENGTH
(
i
)
=
0
;
REG_FREQ
(
i
)
=
0
;
REG_BASIC_BLOCK
(
i
)
=
REG_BLOCK_UNKNOWN
;
REG_BASIC_BLOCK
(
i
)
=
REG_BLOCK_UNKNOWN
;
}
}
}
}
...
...
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