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
a0fd557a
Commit
a0fd557a
authored
Sep 23, 2001
by
Richard Kenner
Committed by
Richard Kenner
Sep 23, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.def (MEM): Remove obsolete part of comment.
From-SVN: r45762
parent
ff4490a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
gcc/ChangeLog
+4
-0
gcc/rtl.def
+3
-4
No files found.
gcc/ChangeLog
View file @
a0fd557a
Sun
Sep
23
18
:
19
:
48
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
rtl
.
def
(
MEM
)
:
Remove
obsolete
part
of
comment
.
2001
-
09
-
22
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
2001
-
09
-
22
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
c
-
format
.
c
(
init_function_format_info
)
:
Check
__builtin_printf
*
c
-
format
.
c
(
init_function_format_info
)
:
Check
__builtin_printf
...
...
gcc/rtl.def
View file @
a0fd557a
...
@@ -630,10 +630,9 @@ DEF_RTL_EXPR(STRICT_LOW_PART, "strict_low_part", "e", 'x')
...
@@ -630,10 +630,9 @@ DEF_RTL_EXPR(STRICT_LOW_PART, "strict_low_part", "e", 'x')
in DECL_RTLs and during RTL generation, but not in the insn chain. */
in DECL_RTLs and during RTL generation, but not in the insn chain. */
DEF_RTL_EXPR(CONCAT, "concat", "ee", 'o')
DEF_RTL_EXPR(CONCAT, "concat", "ee", 'o')
/* A memory location; operand is the address. Can be nested inside a
/* A memory location; operand is the address. The second operand is the
VOLATILE. The second operand is the alias set to which this MEM
alias set to which this MEM belongs. We use `0' instead of `w' for this
belongs. We use `0' instead of `w' for this field so that the
field so that the field need not be specified in machine descriptions. */
field need not be specified in machine descriptions. */
DEF_RTL_EXPR(MEM, "mem", "e0", 'o')
DEF_RTL_EXPR(MEM, "mem", "e0", 'o')
/* Reference to an assembler label in the code for this function.
/* Reference to an assembler label in the code for this function.
...
...
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