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
18def38f
Commit
18def38f
authored
Sep 27, 1999
by
Richard Henderson
Committed by
Richard Henderson
Sep 27, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.h (struct rtx_def): Move gc_mark to align mode field.
From-SVN: r29687
parent
c465d914
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+4
-0
gcc/rtl.h
+4
-3
No files found.
gcc/ChangeLog
View file @
18def38f
Mon
Sep
27
23
:
27
:
21
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
rtl
.
h
(
struct
rtx_def
)
:
Move
gc_mark
to
align
mode
field
.
Mon
Sep
27
23
:
20
:
29
1999
Mark
Mitchell
<
mark
@codesourcery
.
com
>
Mon
Sep
27
23
:
20
:
29
1999
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
tree
.
h
(
struct
tree_decl
)
:
Use
`
bclass
'
,
not
`
class
'
,
in
name
of
*
tree
.
h
(
struct
tree_decl
)
:
Use
`
bclass
'
,
not
`
class
'
,
in
name
of
...
...
gcc/rtl.h
View file @
18def38f
...
@@ -110,6 +110,10 @@ typedef struct rtx_def
...
@@ -110,6 +110,10 @@ typedef struct rtx_def
/* The kind of expression this is. */
/* The kind of expression this is. */
enum
rtx_code
code
:
15
;
enum
rtx_code
code
:
15
;
#endif
#endif
/* Used by the garbage collector. */
unsigned
gc_mark
:
1
;
/* The kind of value the expression has. */
/* The kind of value the expression has. */
#ifdef ONLY_INT_FIELDS
#ifdef ONLY_INT_FIELDS
int
mode
:
8
;
int
mode
:
8
;
...
@@ -172,9 +176,6 @@ typedef struct rtx_def
...
@@ -172,9 +176,6 @@ typedef struct rtx_def
an aggregate. */
an aggregate. */
unsigned
frame_related
:
1
;
unsigned
frame_related
:
1
;
/* Used by the garbage collector. */
unsigned
gc_mark
:
1
;
/* The first element of the operands of this rtx.
/* The first element of the operands of this rtx.
The number of operands and their types are controlled
The number of operands and their types are controlled
by the `code' field, according to rtl.def. */
by the `code' field, according to rtl.def. */
...
...
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