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
d2604ae9
Commit
d2604ae9
authored
Jan 10, 2002
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 10, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* combine.c (can_combine_p): Fix a comment typo.
From-SVN: r48712
parent
766c7ad1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/combine.c
+1
-1
No files found.
gcc/ChangeLog
View file @
d2604ae9
2002-01-10 Kazu Hirata <kazu@hxi.com>
* combine.c (can_combine_p): Fix a comment typo.
2002-01-09 Zack Weinberg <zack@codesourcery.com>
2002-01-09 Zack Weinberg <zack@codesourcery.com>
* Makefile.in (s-gencheck, s-options, s-specs): Handle an
* Makefile.in (s-gencheck, s-options, s-specs): Handle an
...
...
gcc/combine.c
View file @
d2604ae9
...
@@ -950,7 +950,7 @@ can_combine_p (insn, i3, pred, succ, pdest, psrc)
...
@@ -950,7 +950,7 @@ can_combine_p (insn, i3, pred, succ, pdest, psrc)
for the SH4 port. */
for the SH4 port. */
case
USE
:
case
USE
:
/* Combining an isolated USE doesn't make sense.
/* Combining an isolated USE doesn't make sense.
We depend here on combinable_i3
_
pat to reject them. */
We depend here on combinable_i3pat to reject them. */
/* The code below this loop only verifies that the inputs of
/* The code below this loop only verifies that the inputs of
the SET in INSN do not change. We call reg_set_between_p
the SET in INSN do not change. We call reg_set_between_p
to verify that the REG in the USE does not change between
to verify that the REG in the USE does not change between
...
...
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