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
aacac31f
Commit
aacac31f
authored
Apr 16, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 16, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-structalias.h (alias_info): Remove num_references.
From-SVN: r112979
parent
13bf5947
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
gcc/ChangeLog
+2
-0
gcc/tree-ssa-structalias.h
+0
-5
No files found.
gcc/ChangeLog
View file @
aacac31f
...
...
@@ -4,6 +4,8 @@
jump
.
c
,
mips
-
tfile
.
c
,
omp
-
low
.
c
,
sched
-
int
.
h
,
tree
-
ssa
-
loop
-
prefetch
.
c
,
tree
-
vrp
.
c
:
Fix
comment
typos
.
*
tree
-
ssa
-
structalias
.
h
(
alias_info
)
:
Remove
num_references
.
2006
-
04
-
15
John
David
Anglin
<
dave
.
anglin
@nrc
-
cnrc
.
gc
.
ca
>
*
pa
.
md
(
output_bb
patterns
)
:
Shorten
long
branch
alternatives
by
4
.
...
...
gcc/tree-ssa-structalias.h
View file @
aacac31f
...
...
@@ -52,11 +52,6 @@ struct alias_info
/* Number of const/pure function calls found in the program. */
size_t
num_pure_const_calls_found
;
/* Array of counters to keep track of how many times each pointer has
been dereferenced in the program. This is used by the alias grouping
heuristic in compute_flow_insensitive_aliasing. */
varray_type
num_references
;
/* Total number of virtual operands that will be needed to represent
all the aliases of all the pointers found in the program. */
long
total_alias_vops
;
...
...
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