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
ec1dbfca
Commit
ec1dbfca
authored
Feb 08, 2004
by
Jan Hubicka
Committed by
Jan Hubicka
Feb 08, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
From-SVN: r77480
parent
ed6814f7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/sched-ebb.c
+0
-1
No files found.
gcc/ChangeLog
View file @
ec1dbfca
2004-02-08 Jan Hubicka <jh@suse.cz>
* schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
2004-02-07 David Edelsohn <edelsohn@gnu.org>
2004-02-07 David Edelsohn <edelsohn@gnu.org>
* function.c (assign_parms): Fix formatting.
* function.c (assign_parms): Fix formatting.
...
...
gcc/sched-ebb.c
View file @
ec1dbfca
...
@@ -579,7 +579,6 @@ schedule_ebbs (FILE *dump_file)
...
@@ -579,7 +579,6 @@ schedule_ebbs (FILE *dump_file)
current_sched_info
=
&
ebb_sched_info
;
current_sched_info
=
&
ebb_sched_info
;
allocate_reg_life_data
();
compute_bb_for_insn
();
compute_bb_for_insn
();
/* Schedule every region in the subroutine. */
/* Schedule every region in the subroutine. */
...
...
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