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
55d89719
Commit
55d89719
authored
27 years ago
by
Thomas Koenig
Committed by
Jeff Law
27 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* haifa-sched.c: (get_block_head_tail) Remove unneeded initialization.
From-SVN: r15815
parent
e9d0757e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/haifa-sched.c
+2
-2
No files found.
gcc/ChangeLog
View file @
55d89719
Tue Sep 30 23:09:40 1997 Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
* haifa-sched.c: (get_block_head_tail) Remove unneeded initialization.
Tue Sep 30 23:06:43 1997 Richard Henderson <rth@cygnus.com>
* alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
...
...
This diff is collapsed.
Click to expand it.
gcc/haifa-sched.c
View file @
55d89719
...
...
@@ -4812,8 +4812,8 @@ get_block_head_tail (bb, headp, tailp)
rtx
*
tailp
;
{
rtx
head
=
*
headp
;
rtx
tail
=
*
tailp
;
rtx
head
;
rtx
tail
;
int
b
;
b
=
BB_TO_BLOCK
(
bb
);
...
...
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