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
e00c1338
Commit
e00c1338
authored
May 05, 2001
by
Richard Henderson
Committed by
Richard Henderson
May 05, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* integrate.c (copy_insn_list): Substitute NOTE_EXPECTED_VALUE.
From-SVN: r41868
parent
45053eaf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/integrate.c
+5
-0
No files found.
gcc/ChangeLog
View file @
e00c1338
2001
-
05
-
05
Richard
Henderson
<
rth
@redhat
.
com
>
*
integrate
.
c
(
copy_insn_list
)
:
Substitute
NOTE_EXPECTED_VALUE
.
2001
-
05
-
05
Richard
Henderson
<
rth
@redhat
.
com
>
*
except
.
c
(
remove_fixup_regions
)
:
Adjust
REG_EH_REGION
notes
to
the
parent
of
the
fixup
region
.
...
...
gcc/integrate.c
View file @
e00c1338
...
...
@@ -1536,6 +1536,11 @@ copy_insn_list (insns, map, static_chain_value)
else
NOTE_BLOCK
(
copy
)
=
*
mapped_block_p
;
}
else
if
(
copy
&&
NOTE_LINE_NUMBER
(
copy
)
==
NOTE_INSN_EXPECTED_VALUE
)
NOTE_EXPECTED_VALUE
(
copy
)
=
copy_rtx_and_substitute
(
NOTE_EXPECTED_VALUE
(
insn
),
map
,
0
);
}
else
copy
=
0
;
...
...
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