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
30dfe54a
Commit
30dfe54a
authored
Dec 29, 1998
by
Richard Henderson
Committed by
Richard Henderson
Dec 29, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.h (CONSTANT_P): Remove CONSTANT_P_RTX.
From-SVN: r24441
parent
11301057
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/ChangeLog
+2
-0
gcc/rtl.h
+1
-2
No files found.
gcc/ChangeLog
View file @
30dfe54a
...
...
@@ -8,6 +8,8 @@ Tue Dec 29 11:58:53 1998 Richard Henderson <rth@cygnus.com>
(
small_int_or_double
,
uns_small_int
,
zero_operand
)
:
Likewise
.
*
sparc
.
h
(
PREDICATE_CODES
)
:
Likewise
.
*
rtl
.
h
(
CONSTANT_P
)
:
Remove
CONSTANT_P_RTX
.
Tue
Dec
29
11
:
32
:
54
1998
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>:
*
rtl
.
def
(
CONSTANT_P_RTX
)
:
Clarify
commentary
.
...
...
gcc/rtl.h
View file @
30dfe54a
...
...
@@ -217,8 +217,7 @@ typedef struct rtvec_def{
#define CONSTANT_P(X) \
(GET_CODE (X) == LABEL_REF || GET_CODE (X) == SYMBOL_REF \
|| GET_CODE (X) == CONST_INT || GET_CODE (X) == CONST_DOUBLE \
|| GET_CODE (X) == CONST || GET_CODE (X) == HIGH \
|| GET_CODE (X) == CONSTANT_P_RTX)
|| GET_CODE (X) == CONST || GET_CODE (X) == HIGH)
/* General accessor macros for accessing the fields of an rtx. */
...
...
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