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
4da05956
Commit
4da05956
authored
Mar 23, 1998
by
Mark Mitchell
Committed by
Mark Mitchell
Mar 23, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (IS_EXPR_CODE_CLASS): New macro.
From-SVN: r18783
parent
545f2aab
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/tree.h
+7
-0
No files found.
gcc/ChangeLog
View file @
4da05956
1998-03-22 Mark Mitchell <mmitchell@usa.net>
* tree.h (IS_EXPR_CODE_CLASS): New macro.
Mon Mar 23 23:18:48 1998 Jeffrey A Law (law@cygnus.com)
* h8300.h (CONST_COSTS): Remove definition.
...
...
gcc/tree.h
View file @
4da05956
...
...
@@ -51,6 +51,13 @@ enum tree_code {
extern
char
tree_code_type
[
MAX_TREE_CODES
];
#define TREE_CODE_CLASS(CODE) tree_code_type[(int) (CODE)]
/* Returns non-zero iff CLASS is the tree-code class of an
expression. */
#define IS_EXPR_CODE_CLASS(CLASS) \
(CLASS == '<' || CLASS == '1' || CLASS == '2' || CLASS == '3' \
|| CLASS == 'e')
/* Number of argument-words in each kind of tree-node. */
extern
int
tree_code_length
[
MAX_TREE_CODES
];
...
...
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