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
e34bb004
Commit
e34bb004
authored
Sep 12, 2002
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 12, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cselib.c: Fix comment formatting.
* cselib.c: Fix comment formatting. * gengtype.c: Likewise. From-SVN: r57076
parent
c2a68741
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/cselib.c
+1
-1
gcc/gengtype.c
+1
-1
No files found.
gcc/ChangeLog
View file @
e34bb004
2002
-
09
-
12
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
2002
-
09
-
12
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
cselib
.
c
:
Fix
comment
formatting
.
*
gengtype
.
c
:
Likewise
.
2002
-
09
-
12
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
config
/
h8300
/
h8300
.
md
(
udivmodqi4
)
:
Do
not
use
an
expander
.
*
config
/
h8300
/
h8300
.
md
(
udivmodqi4
)
:
Do
not
use
an
expander
.
(
udivmodhi4
)
:
Likewise
.
(
udivmodhi4
)
:
Likewise
.
...
...
gcc/cselib.c
View file @
e34bb004
...
@@ -105,7 +105,7 @@ static GTY((deletable (""))) varray_type reg_values_old;
...
@@ -105,7 +105,7 @@ static GTY((deletable (""))) varray_type reg_values_old;
#define REG_VALUES(I) VARRAY_ELT_LIST (reg_values, (I))
#define REG_VALUES(I) VARRAY_ELT_LIST (reg_values, (I))
/* The largest number of hard regs used by any entry added to the
/* The largest number of hard regs used by any entry added to the
REG_VALUES table. Cleared on each clear_table() invocation.
*/
REG_VALUES table. Cleared on each clear_table() invocation. */
static
unsigned
int
max_value_regs
;
static
unsigned
int
max_value_regs
;
/* Here the set of indices I with REG_VALUES(I) != 0 is saved. This is used
/* Here the set of indices I with REG_VALUES(I) != 0 is saved. This is used
...
...
gcc/gengtype.c
View file @
e34bb004
...
@@ -118,7 +118,7 @@ do_typedef (s, t, pos)
...
@@ -118,7 +118,7 @@ do_typedef (s, t, pos)
typedefs
=
p
;
typedefs
=
p
;
}
}
/* Return the type previously defined for S. Use POS to report errors.
*/
/* Return the type previously defined for S. Use POS to report errors. */
type_p
type_p
resolve_typedef
(
s
,
pos
)
resolve_typedef
(
s
,
pos
)
...
...
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