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
6f268adf
Commit
6f268adf
authored
Oct 29, 2000
by
Michael Hayes
Committed by
Michael Hayes
Oct 29, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* integrate.c (copy_insn_list): Copy the unchanging flag for calls.
From-SVN: r37121
parent
2bf9b928
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/integrate.c
+1
-0
No files found.
gcc/ChangeLog
View file @
6f268adf
2000-10-29 Michael Hayes <mhayes@redhat.com>
* integrate.c (copy_insn_list): Copy the unchanging flag for calls.
2000-10-28 Geoffrey Keating <geoffk@cygnus.com>
* cpphash.c (cpp_forall_identifiers): Add context variable
...
...
gcc/integrate.c
View file @
6f268adf
...
...
@@ -1468,6 +1468,7 @@ copy_insn_list (insns, map, static_chain_value)
copy
=
emit_call_insn
(
pattern
);
SIBLING_CALL_P
(
copy
)
=
SIBLING_CALL_P
(
insn
);
CONST_CALL_P
(
copy
)
=
CONST_CALL_P
(
insn
);
/* Because the USAGE information potentially contains objects other
than hard registers, we need to copy it. */
...
...
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