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
6668f6a7
Commit
6668f6a7
authored
Nov 26, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 26, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cse.c, tree-ssa-operands.c: Fix comment typos.
From-SVN: r91339
parent
c5145ceb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/cse.c
+2
-2
gcc/tree-ssa-operands.c
+3
-3
No files found.
gcc/ChangeLog
View file @
6668f6a7
2004
-
11
-
26
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
cse
.
c
,
tree
-
ssa
-
operands
.
c
:
Fix
comment
typos
.
2004
-
11
-
26
James
A
.
Morrison
<
phython
@
gcc
.
gnu
.
org
>
PR
target
/
18510
...
...
gcc/cse.c
View file @
6668f6a7
...
...
@@ -762,8 +762,8 @@ approx_reg_cost (rtx x)
}
/* Returns a canonical version of X for the address, from the point of view,
that all multiplications are repesented as MULT instead of the multiply
by a power of 2 being repesented as ASHIFT. */
that all multiplications are rep
r
esented as MULT instead of the multiply
by a power of 2 being rep
r
esented as ASHIFT. */
static
rtx
canon_for_address
(
rtx
x
)
...
...
gcc/tree-ssa-operands.c
View file @
6668f6a7
...
...
@@ -120,7 +120,7 @@ static GTY (()) varray_type build_v_must_defs;
bool
ssa_call_clobbered_cache_valid
;
bool
ssa_ro_call_cache_valid
;
/* These arrays are the cached operand vectors for call clobberd calls. */
/* These arrays are the cached operand vectors for call clobber
e
d calls. */
static
GTY
(())
varray_type
clobbered_v_may_defs
;
static
GTY
(())
varray_type
clobbered_vuses
;
static
GTY
(())
varray_type
ro_call_vuses
;
...
...
@@ -1709,7 +1709,7 @@ add_call_clobber_ops (tree stmt)
s_ann
->
makes_aliased_stores
=
empty_ann
.
makes_aliased_stores
;
}
/* P
er
pare empty cache vectors. */
/* P
re
pare empty cache vectors. */
if
(
clobbered_v_may_defs
)
{
VARRAY_POP_ALL
(
clobbered_vuses
);
...
...
@@ -1780,7 +1780,7 @@ add_call_read_ops (tree stmt)
if
(
s_ann
)
s_ann
->
makes_aliased_loads
=
empty_ann
.
makes_aliased_loads
;
/* P
er
pare empty cache vectors. */
/* P
re
pare empty cache vectors. */
if
(
ro_call_vuses
)
VARRAY_POP_ALL
(
ro_call_vuses
);
else
...
...
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