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
59c4456e
Commit
59c4456e
authored
Oct 04, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 04, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-data-ref.c: Fix comment typos.
From-SVN: r88480
parent
68b26d5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/tree-data-ref.c
+4
-4
No files found.
gcc/ChangeLog
View file @
59c4456e
2004
-
10
-
04
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
data
-
ref
.
c
:
Fix
comment
typos
.
2004
-
10
-
04
Sebastian
Pop
<
pop
@
cri
.
ensmp
.
fr
>
2004
-
10
-
04
Sebastian
Pop
<
pop
@
cri
.
ensmp
.
fr
>
*
tree
-
data
-
ref
.
c
(
array_base_name_differ_p
):
Fix
comments
.
When
*
tree
-
data
-
ref
.
c
(
array_base_name_differ_p
):
Fix
comments
.
When
...
...
gcc/tree-data-ref.c
View file @
59c4456e
...
@@ -142,10 +142,10 @@ array_base_name_differ_p (struct data_reference *a,
...
@@ -142,10 +142,10 @@ array_base_name_differ_p (struct data_reference *a,
/* Determine if different bases. */
/* Determine if different bases. */
/* At this point we know that base_a != base_b. However, pointer
/* At this point we know that base_a != base_b. However, pointer
accesses of the form x=(*p) and y=(*q), wh
ich
bases are p and q,
accesses of the form x=(*p) and y=(*q), wh
ose
bases are p and q,
may still pointing to the same base. In SSAed GIMPLE p and q will
may still
be
pointing to the same base. In SSAed GIMPLE p and q will
be SSA_NAMES in this case. Therefore, here we check if
it's
be SSA_NAMES in this case. Therefore, here we check if
they are
really two diferent declarations. */
really two dif
f
erent declarations. */
if
(
TREE_CODE
(
base_a
)
==
VAR_DECL
&&
TREE_CODE
(
base_b
)
==
VAR_DECL
)
if
(
TREE_CODE
(
base_a
)
==
VAR_DECL
&&
TREE_CODE
(
base_b
)
==
VAR_DECL
)
{
{
*
differ_p
=
true
;
*
differ_p
=
true
;
...
...
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