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
47312d84
Commit
47312d84
authored
May 13, 1998
by
Michael Meissner
Committed by
Michael Meissner
May 13, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a blank line in verbose debug output
From-SVN: r19724
parent
92d4501f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/haifa-sched.c
+1
-1
No files found.
gcc/ChangeLog
View file @
47312d84
...
...
@@ -16,6 +16,7 @@ Wed May 13 13:09:19 1998 Jim Wilson <wilson@cygnus.com>
Wed May 13 15:28:59 1998 Michael Meissner <meissner@cygnus.com>
* haifa-sched.c (schedule_block): Make verbose output line up.
Also add a blank line in printing the individual ready lists.
Wed May 13 15:43:44 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
...
...
gcc/haifa-sched.c
View file @
47312d84
...
...
@@ -6745,7 +6745,7 @@ schedule_block (bb, rgn_n_insns)
if
(
sched_verbose
)
{
fprintf
(
dump
,
";;
\t
Ready list (t =%3d): "
,
clock_var
);
fprintf
(
dump
,
"
\n
;;
\t
Ready list (t =%3d): "
,
clock_var
);
debug_ready_list
(
ready
,
n_ready
);
}
...
...
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