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
3c674857
Commit
3c674857
authored
27 years ago
by
Michael Meissner
Committed by
Michael Meissner
27 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old code to get arguments in regs into pseudos early.
From-SVN: r18148
parent
b5182909
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
gcc/ChangeLog
+6
-0
gcc/sched.c
+9
-0
No files found.
gcc/ChangeLog
View file @
3c674857
Fri Feb 20 16:22:13 1998 Michael Meissner <meissner@cygnus.com>
* sched.c (schedule_block): Remove code to get arguments from hard
regs into pseudos early. Same as Aug 25, 1997 change to
haifa-sched.c.
1998-02-20 Jason Merrill <jason@yorick.cygnus.com>
* collect2.c (main): Still handle !do_collecting for non-AIX targets.
...
...
This diff is collapsed.
Click to expand it.
gcc/sched.c
View file @
3c674857
...
...
@@ -2666,6 +2666,14 @@ schedule_block (b, file)
reg_pending_sets_all
=
0
;
clear_units
();
#if 0
/* We used to have code to avoid getting parameters moved from hard
argument registers into pseudos.
However, it was removed when it proved to be of marginal benefit and
caused problems because of different notions of what the "head" insn
was. */
/* Remove certain insns at the beginning from scheduling,
by advancing HEAD. */
...
...
@@ -2696,6 +2704,7 @@ schedule_block (b, file)
head = NEXT_INSN (head);
}
}
#endif
/* Don't include any notes or labels at the beginning of the
basic block, or notes at the ends of basic blocks. */
...
...
This diff is collapsed.
Click to expand 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