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
a4b18346
Commit
a4b18346
authored
Jan 15, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Jan 15, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
From-SVN: r17375
parent
57718ce6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
gcc/ChangeLog
+4
-0
gcc/rtl.def
+6
-1
No files found.
gcc/ChangeLog
View file @
a4b18346
Fri Jan 16 00:46:40 1998 Jeffrey A Law (law@cygnus.com)
* rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
Thu Jan 15 01:02:30 1998 Jeffrey A Law (law@cygnus.com)
Thu Jan 15 01:02:30 1998 Jeffrey A Law (law@cygnus.com)
* version.c: Bump for snapshot.
* version.c: Bump for snapshot.
...
...
gcc/rtl.def
View file @
a4b18346
...
@@ -160,6 +160,11 @@ DEF_RTL_EXPR(MATCH_OP_DUP, "match_op_dup", "iE", 'm')
...
@@ -160,6 +160,11 @@ DEF_RTL_EXPR(MATCH_OP_DUP, "match_op_dup", "iE", 'm')
DEF_RTL_EXPR(MATCH_PAR_DUP, "match_par_dup", "iE", 'm')
DEF_RTL_EXPR(MATCH_PAR_DUP, "match_par_dup", "iE", 'm')
/* Appears only in machine descriptions.
/* Appears only in machine descriptions.
Should be used only in attribute tests.
The predicate in operand 0 is applied to the whole insn being checked. */
DEF_RTL_EXPR(MATCH_INSN, "match_insn", "s", 'm')
/* Appears only in machine descriptions.
Defines the pattern for one kind of instruction.
Defines the pattern for one kind of instruction.
Operand:
Operand:
0: names this instruction.
0: names this instruction.
...
@@ -385,7 +390,7 @@ DEF_RTL_EXPR(NOTE, "note", "iuusn", 'x')
...
@@ -385,7 +390,7 @@ DEF_RTL_EXPR(NOTE, "note", "iuusn", 'x')
it contains helps to build the mapping function between the rtx's of
it contains helps to build the mapping function between the rtx's of
the function to be inlined and the current function being expanded. */
the function to be inlined and the current function being expanded. */
DEF_RTL_EXPR(INLINE_HEADER, "inline_header", "iuuuiiiiiieeiiEeEss
e
", 'x')
DEF_RTL_EXPR(INLINE_HEADER, "inline_header", "iuuuiiiiiieeiiEeEss
E
", 'x')
/* ----------------------------------------------------------------------
/* ----------------------------------------------------------------------
Top level constituents of INSN, JUMP_INSN and CALL_INSN.
Top level constituents of INSN, JUMP_INSN and CALL_INSN.
...
...
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