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
f66a0046
Commit
f66a0046
authored
Jan 22, 2002
by
Krister Walfridsson
Committed by
Richard Henderson
Jan 22, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dependence.c (build_def_use): Remove array_idx.
From-SVN: r49097
parent
d8086cbb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
gcc/ChangeLog
+4
-0
gcc/dependence.c
+1
-4
No files found.
gcc/ChangeLog
View file @
f66a0046
2002-01-22 Krister Walfridsson <cato@df.lth.se>
* dependence.c (build_def_use): Remove array_idx.
2002-01-22 Roger Sayle <roger@eyesopen.com>
Richard Henderson <rth@redhat.com>
...
...
gcc/dependence.c
View file @
f66a0046
/* Analyze loop dependencies
Copyright (C) 2000 Free Software Foundation, Inc.
Copyright (C) 2000
, 2002
Free Software Foundation, Inc.
This file is part of GCC.
...
...
@@ -269,7 +269,6 @@ build_def_use (exp, du_type)
static
loop
*
loop_def
;
tree
node
=
exp
;
tree
array_ref
;
int
array_idx
;
def_use
*
du_ptr
;
if
(
du_type
==
init_def_use
)
...
...
@@ -364,8 +363,6 @@ build_def_use (exp, du_type)
}
}
array_idx
-=
1
;
for
(
i
=
0
;
i
<
du_idx
&&
strcmp
(
IDENTIFIER_POINTER
(
DECL_NAME
(
array_ref
)),
...
...
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