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
eec2995b
Commit
eec2995b
authored
Mar 27, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r602
parent
8fd297fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
gcc/calls.c
+0
-15
No files found.
gcc/calls.c
View file @
eec2995b
...
...
@@ -447,8 +447,6 @@ expand_call (exp, target, ignore, modifier)
int
is_longjmp
;
/* Nonzero if this is a call to an inline function. */
int
is_integrable
=
0
;
/* Nonzero if this is a call to __builtin_new. */
int
is_builtin_new
;
/* Nonzero if this is a call to a `const' function.
Note that only explicitly named functions are handled as `const' here. */
int
is_const
=
0
;
...
...
@@ -665,11 +663,6 @@ expand_call (exp, target, ignore, modifier)
is_longjmp
=
1
;
}
is_builtin_new
=
(
name
!=
0
&&
IDENTIFIER_LENGTH
(
DECL_NAME
(
fndecl
))
==
13
&&
(
!
strcmp
(
name
,
"__builtin_new"
)));
if
(
may_be_alloca
)
current_function_calls_alloca
=
1
;
...
...
@@ -1459,14 +1452,6 @@ expand_call (exp, target, ignore, modifier)
if
(
is_volatile
||
is_longjmp
)
emit_barrier
();
/* For calls to __builtin_new, note that it can never return 0.
This is because a new handler will be called, and 0 it not
among the numbers it is supposed to return. */
#if 0
if (is_builtin_new)
emit_note (name, NOTE_INSN_BUILTIN_NEW);
#endif
/* If value type not void, return an rtx for the value. */
/* If there are cleanups to be called, don't use a hard reg as target. */
...
...
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