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
ca76d13d
Commit
ca76d13d
authored
26 years ago
by
David S. Miller
Committed by
David S. Miller
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* jump.c (calculate_can_reach_end): Fix thinko.
From-SVN: r23547
parent
b6ef6060
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/jump.c
+2
-2
No files found.
gcc/ChangeLog
View file @
ca76d13d
Fri
Nov
6
04
:
07
:
53
1998
David
S
.
Miller
<
davem
@pierdol
.
cobaltmicro
.
com
>
*
jump
.
c
(
calculate_can_reach_end
)
:
Fix
thinko
.
Fri
Nov
6
00
:
16
:
04
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
reorg
.
c
(
fill_simple_delay_slots
)
:
Fix
typo
.
...
...
This diff is collapsed.
Click to expand it.
gcc/jump.c
View file @
ca76d13d
...
...
@@ -2465,8 +2465,8 @@ calculate_can_reach_end (last, check_deleted, delete_final_note)
if
(
insn
!=
NULL_RTX
&&
GET_CODE
(
insn
)
==
NOTE
&&
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_FUNCTION_END
&&
(
check_deleted
!
=
0
&&
!
INSN_DELETED_P
(
insn
)))
&&
(
check_deleted
=
=
0
||
!
INSN_DELETED_P
(
insn
)))
{
if
(
delete_final_note
)
delete_insn
(
insn
);
...
...
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