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
978fb452
Commit
978fb452
authored
Apr 13, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 13, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove.
From-SVN: r98087
parent
fddc29b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/ChangeLog
+2
-0
gcc/rtl.h
+0
-2
No files found.
gcc/ChangeLog
View file @
978fb452
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
* genattrtab.c (NULL_ATTR): Remove.
* genattrtab.c (NULL_ATTR): Remove.
* ifcvt.c (NULL_EDGE): Likewise.
* ifcvt.c (NULL_EDGE): Likewise.
* rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove.
2005-04-13 Eric Botcazou <ebotcazou@libertysurf.fr>
2005-04-13 Eric Botcazou <ebotcazou@libertysurf.fr>
* configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
* configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
...
...
gcc/rtl.h
View file @
978fb452
...
@@ -90,8 +90,6 @@ enum rtx_class {
...
@@ -90,8 +90,6 @@ enum rtx_class {
#define RTX_COMMUTATIVE_MASK (~2)
#define RTX_COMMUTATIVE_MASK (~2)
#define RTX_COMMUTATIVE_RESULT (RTX_COMM_COMPARE & RTX_COMMUTATIVE_MASK)
#define RTX_COMMUTATIVE_RESULT (RTX_COMM_COMPARE & RTX_COMMUTATIVE_MASK)
#define RTX_NON_COMMUTATIVE_RESULT (RTX_COMPARE & RTX_COMMUTATIVE_MASK)
#define RTX_NON_COMMUTATIVE_RESULT (RTX_COMPARE & RTX_COMMUTATIVE_MASK)
#define RTX_EXPR_FIRST (RTX_COMPARE)
#define RTX_EXPR_LAST (RTX_UNARY)
extern
const
unsigned
char
rtx_length
[
NUM_RTX_CODE
];
extern
const
unsigned
char
rtx_length
[
NUM_RTX_CODE
];
#define GET_RTX_LENGTH(CODE) (rtx_length[(int) (CODE)])
#define GET_RTX_LENGTH(CODE) (rtx_length[(int) (CODE)])
...
...
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