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
daa956d0
Commit
daa956d0
authored
Nov 14, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cselib.c, expr.c: Fix comment typos.
From-SVN: r90620
parent
c1dc94c4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/cselib.c
+1
-1
gcc/expr.c
+1
-1
No files found.
gcc/ChangeLog
View file @
daa956d0
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
*
emit
-
rtl
.
c
(
push_to_full_sequence
):
Remove
.
*
emit
-
rtl
.
c
(
push_to_full_sequence
):
Remove
.
*
rtl
.
h
:
Remove
the
corresponding
prototype
.
*
rtl
.
h
:
Remove
the
corresponding
prototype
.
*
cselib
.
c
,
expr
.
c
:
Fix
comment
typos
.
2004
-
11
-
13
Richard
Henderson
<
rth
@
redhat
.
com
>
2004
-
11
-
13
Richard
Henderson
<
rth
@
redhat
.
com
>
*
calls
.
c
(
precompute_register_parameters
):
Force
all
PARALLELs
*
calls
.
c
(
precompute_register_parameters
):
Force
all
PARALLELs
...
...
gcc/cselib.c
View file @
daa956d0
...
@@ -707,7 +707,7 @@ new_cselib_val (unsigned int value, enum machine_mode mode)
...
@@ -707,7 +707,7 @@ new_cselib_val (unsigned int value, enum machine_mode mode)
/* We use an alloc pool to allocate this RTL construct because it
/* We use an alloc pool to allocate this RTL construct because it
accounts for about 8% of the overall memory usage. We know
accounts for about 8% of the overall memory usage. We know
precisely when we can have VALUE RTXen (when cselib is active)
precisely when we can have VALUE RTXen (when cselib is active)
so we don't need to put them in garba
v
e collected memory.
so we don't need to put them in garba
g
e collected memory.
??? Why should a VALUE be an RTX in the first place? */
??? Why should a VALUE be an RTX in the first place? */
e
->
u
.
val_rtx
=
pool_alloc
(
value_pool
);
e
->
u
.
val_rtx
=
pool_alloc
(
value_pool
);
memset
(
e
->
u
.
val_rtx
,
0
,
RTX_HDR_SIZE
);
memset
(
e
->
u
.
val_rtx
,
0
,
RTX_HDR_SIZE
);
...
...
gcc/expr.c
View file @
daa956d0
...
@@ -1559,7 +1559,7 @@ gen_group_rtx (rtx orig)
...
@@ -1559,7 +1559,7 @@ gen_group_rtx (rtx orig)
/* A subroutine of emit_group_load. Arguments as for emit_group_load,
/* A subroutine of emit_group_load. Arguments as for emit_group_load,
except that values are placed in TMPS[i], and must later be moved
except that values are placed in TMPS[i], and must later be moved
into corr
o
sponding XEXP (XVECEXP (DST, 0, i), 0) element. */
into corr
e
sponding XEXP (XVECEXP (DST, 0, i), 0) element. */
static
void
static
void
emit_group_load_1
(
rtx
*
tmps
,
rtx
dst
,
rtx
orig_src
,
tree
type
,
int
ssize
)
emit_group_load_1
(
rtx
*
tmps
,
rtx
dst
,
rtx
orig_src
,
tree
type
,
int
ssize
)
...
...
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