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
10c5bca8
Commit
10c5bca8
authored
Apr 11, 1999
by
Mark Mitchell
Committed by
Mark Mitchell
Apr 11, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.h (rtx_def): Update documentation for jump and call.
From-SVN: r26347
parent
1ae5c6c2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+4
-0
gcc/rtl.h
+2
-3
No files found.
gcc/ChangeLog
View file @
10c5bca8
Sun
Apr
11
10
:
24
:
18
1999
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
rtl
.
h
(
rtx_def
)
:
Update
documentation
for
jump
and
call
.
Sun
Apr
11
07
:
43
:
44
1999
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
Sun
Apr
11
07
:
43
:
44
1999
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
jump
.
c
(
jump_optimize_1
)
:
Make
the
definition
static
to
match
*
jump
.
c
(
jump_optimize_1
)
:
Make
the
definition
static
to
match
...
...
gcc/rtl.h
View file @
10c5bca8
...
@@ -114,10 +114,9 @@ typedef struct rtx_def
...
@@ -114,10 +114,9 @@ typedef struct rtx_def
#else
#else
enum
machine_mode
mode
:
8
;
enum
machine_mode
mode
:
8
;
#endif
#endif
/* 1 in an INSN if it can alter flow of control
/* LINK_COST_ZERO in an INSN_LIST. */
within this function. Not yet used! */
unsigned
int
jump
:
1
;
unsigned
int
jump
:
1
;
/*
1 in an INSN if it can call another function. Not yet used!
*/
/*
LINK_COST_FREE in an INSN_LIST.
*/
unsigned
int
call
:
1
;
unsigned
int
call
:
1
;
/* 1 in a MEM or REG if value of this expression will never change
/* 1 in a MEM or REG if value of this expression will never change
during the current function, even though it is not
during the current function, even though it is not
...
...
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