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
5d27de7d
Commit
5d27de7d
authored
May 13, 1998
by
Jeffrey A Law
Committed by
Jeff Law
May 13, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* haifa-sched.c (schedule_insns): Fix merge goof.
From-SVN: r19725
parent
47312d84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+4
-0
gcc/haifa-sched.c
+1
-3
No files found.
gcc/ChangeLog
View file @
5d27de7d
Wed May 13 17:51:13 1998 Jeffrey A Law (law@cygnus.com)
* haifa-sched.c (schedule_insns): Fix merge goof.
1998-05-13 Jim Wilson <wilson@cygnus.com>
* varasm.c (make_decl_rtl): Revert April 1 change.
...
...
gcc/haifa-sched.c
View file @
5d27de7d
...
...
@@ -8518,9 +8518,7 @@ schedule_insns (dump_file)
We could (should?) recompute register live information. Doing
so may even be beneficial. */
/* CYGNUS LOCAL edge_splitting/law */
compute_preds_succs
(
s_preds
,
s_succs
,
num_preds
,
num_succs
,
0
);
/* END CYGNUS LOCAL */
compute_preds_succs
(
s_preds
,
s_succs
,
num_preds
,
num_succs
);
/* Compute the dominators and post dominators. We don't currently use
post dominators, but we should for speculative motion analysis. */
...
...
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