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
79b8aae8
Commit
79b8aae8
authored
18 years ago
by
Kazu Hirata
Committed by
Kazu Hirata
18 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-data-ref.h: Remove the prototype for analyze_array.
From-SVN: r123026
parent
44c7bd63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+2
-0
gcc/tree-data-ref.h
+0
-1
No files found.
gcc/ChangeLog
View file @
79b8aae8
...
...
@@ -6,6 +6,8 @@
* doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos.
Follow spelling conventions.
* tree-data-ref.h: Remove the prototype for analyze_array.
2007-03-17 Dorit Nuzman <dorit@il.ibm.com>
PR tree-optimization/31041
...
...
This diff is collapsed.
Click to expand it.
gcc/tree-data-ref.h
View file @
79b8aae8
...
...
@@ -357,7 +357,6 @@ extern void dump_data_dependence_direction (FILE *,
extern
void
free_dependence_relation
(
struct
data_dependence_relation
*
);
extern
void
free_dependence_relations
(
VEC
(
ddr_p
,
heap
)
*
);
extern
void
free_data_refs
(
VEC
(
data_reference_p
,
heap
)
*
);
extern
struct
data_reference
*
analyze_array
(
tree
,
tree
,
bool
);
/* Return the index of the variable VAR in the LOOP_NEST array. */
...
...
This diff is collapsed.
Click to expand it.
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