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
8c57aea6
Commit
8c57aea6
authored
Mar 21, 2000
by
Andreas Jaeger
Committed by
Richard Henderson
Mar 20, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (safe_for_unsave): Prototype.
From-SVN: r32656
parent
bf5e8d0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
gcc/ChangeLog
+2
-0
gcc/tree.h
+4
-5
No files found.
gcc/ChangeLog
View file @
8c57aea6
...
...
@@ -3,6 +3,8 @@
*
sdbout
.
c
(
sdbout_one_type
)
:
Add
braces
to
avoid
"ambigous else"
warning
.
*
tree
.
h
(
safe_for_unsave
)
:
Prototype
.
2000
-
03
-
20
Richard
Henderson
<
rth
@cygnus
.
com
>
*
regmove
.
c
(
stack_memref_p
)
:
Fix
typo
,
reorg
for
readability
.
...
...
gcc/tree.h
View file @
8c57aea6
...
...
@@ -1996,11 +1996,6 @@ extern int first_rtl_op PARAMS ((enum tree_code));
extern
tree
unsave_expr
PARAMS
((
tree
));
/* safe_for_reeval_p (EXP) returns nonzero if it is possible to
expand EXP multiple times. */
extern
int
safe_for_reeval_p
PARAMS
((
tree
));
/* Reset EXP in place so that it can be expaned again. Does not
recurse into subtrees. */
...
...
@@ -2021,6 +2016,10 @@ extern void (*lang_unsave_expr_now) PARAMS ((tree));
/* If non-null, a language specific version of safe_for_unsave. */
extern
int
(
*
lang_safe_for_unsave
)
PARAMS
((
tree
));
/* Return nonzero if it is safe to unsave EXPR, else return zero.
It is not safe to unsave EXPR if it contains any embedded RTL_EXPRs. */
extern
int
safe_for_unsave
PARAMS
((
tree
));
/* Return 1 if EXP contains a PLACEHOLDER_EXPR; i.e., if it represents a size
or offset that depends on a field within a record.
...
...
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