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
73ef99fb
Commit
73ef99fb
authored
Feb 08, 2000
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Feb 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
From-SVN: r31847
parent
3fd64b5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/function.c
+4
-0
No files found.
gcc/ChangeLog
View file @
73ef99fb
Tue
Feb
8
01
:
39
:
45
2000
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
function
.
c
(
emit_return_into_block
)
:
Wrap
in
#
ifdef
HAVE_return
.
2000
-
02
-
07
Mark
Mitchell
<
mark
@codesourcery
.
com
>
2000
-
02
-
07
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
cpplib
.
c
(
cpp_get_token
)
:
Call
CPP_BUMP_LINE
after
reading
a
*
cpplib
.
c
(
cpp_get_token
)
:
Call
CPP_BUMP_LINE
after
reading
a
...
...
gcc/function.c
View file @
73ef99fb
...
@@ -271,7 +271,9 @@ static int all_blocks PARAMS ((tree, tree *));
...
@@ -271,7 +271,9 @@ static int all_blocks PARAMS ((tree, tree *));
can always export `prologue_epilogue_contains'. */
can always export `prologue_epilogue_contains'. */
static
int
*
record_insns
PARAMS
((
rtx
))
ATTRIBUTE_UNUSED
;
static
int
*
record_insns
PARAMS
((
rtx
))
ATTRIBUTE_UNUSED
;
static
int
contains
PARAMS
((
rtx
,
int
*
));
static
int
contains
PARAMS
((
rtx
,
int
*
));
#ifdef HAVE_return
static
void
emit_return_into_block
PARAMS
((
basic_block
));
static
void
emit_return_into_block
PARAMS
((
basic_block
));
#endif
static
void
put_addressof_into_stack
PARAMS
((
rtx
,
struct
hash_table
*
));
static
void
put_addressof_into_stack
PARAMS
((
rtx
,
struct
hash_table
*
));
static
boolean
purge_addressof_1
PARAMS
((
rtx
*
,
rtx
,
int
,
int
,
static
boolean
purge_addressof_1
PARAMS
((
rtx
*
,
rtx
,
int
,
int
,
struct
hash_table
*
));
struct
hash_table
*
));
...
@@ -6581,6 +6583,7 @@ prologue_epilogue_contains (insn)
...
@@ -6581,6 +6583,7 @@ prologue_epilogue_contains (insn)
return
0
;
return
0
;
}
}
#ifdef HAVE_return
/* Insert gen_return at the end of block BB. This also means updating
/* Insert gen_return at the end of block BB. This also means updating
block_for_insn appropriately. */
block_for_insn appropriately. */
...
@@ -6601,6 +6604,7 @@ emit_return_into_block (bb)
...
@@ -6601,6 +6604,7 @@ emit_return_into_block (bb)
}
}
bb
->
end
=
end
;
bb
->
end
=
end
;
}
}
#endif
/* HAVE_return */
/* Generate the prologue and epilogue RTL if the machine supports it. Thread
/* Generate the prologue and epilogue RTL if the machine supports it. Thread
this into place with notes indicating where the prologue ends and where
this into place with notes indicating where the prologue ends and where
...
...
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