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
1eb6762b
Commit
1eb6762b
authored
Jul 09, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Jul 09, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* jump.c (duplicate_loop_exit_test): Fix thinko.
From-SVN: r21032
parent
6fcd7598
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/jump.c
+1
-1
No files found.
gcc/ChangeLog
View file @
1eb6762b
Thu Jul 9 10:38:14 1998 Jeffrey A Law (law@cygnus.com)
* jump.c (duplicate_loop_exit_test): Fix thinko.
Thu Jul 9 01:30:37 1998 Joel Sherrill <joel@OARcorp.com>
Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
...
gcc/jump.c
View file @
1eb6762b
...
...
@@ -2428,7 +2428,7 @@ duplicate_loop_exit_test (loop_start)
if
(
++
num_insns
>
20
||
find_reg_note
(
insn
,
REG_RETVAL
,
NULL_RTX
)
||
find_reg_note
(
insn
,
REG_LIBCALL
,
NULL_RTX
)
||
asm_noperands
(
PATTERN
(
insn
)))
||
asm_noperands
(
PATTERN
(
insn
))
>
0
)
return
0
;
break
;
default
:
...
...
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