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
0e403ec3
Commit
0e403ec3
authored
Aug 18, 1999
by
Andreas Schwab
Committed by
Richard Henderson
Aug 17, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* combine.c (distribute_notes): Handle REG_EH_RETHROW.
From-SVN: r28743
parent
212f5d30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/combine.c
+3
-2
No files found.
gcc/ChangeLog
View file @
0e403ec3
Tue
Aug
17
21
:
57
:
23
1999
Andreas
Schwab
<
schwab
@suse
.
de
>
*
combine
.
c
(
distribute_notes
)
:
Handle
REG_EH_RETHROW
.
Tue
Aug
17
17
:
39
:
43
EDT
1999
Andrew
MacLeod
<
amacleod
@cygnus
.
com
>
*
flow
.
c
(
create_edge_list
)
:
Use
xmalloc
,
not
malloc
.
...
...
gcc/combine.c
View file @
0e403ec3
...
...
@@ -11407,8 +11407,9 @@ distribute_notes (notes, from_insn, i3, i2, elim_i2, elim_i1)
break
;
case
REG_EH_REGION
:
/* This note must remain with the call. It should not be possible
for both I2 and I3 to be a call. */
case
REG_EH_RETHROW
:
/* These notes must remain with the call. It should not be
possible for both I2 and I3 to be a call. */
if
(
GET_CODE
(
i3
)
==
CALL_INSN
)
place
=
i3
;
else
if
(
i2
&&
GET_CODE
(
i2
)
==
CALL_INSN
)
...
...
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