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
cc0efd0b
Commit
cc0efd0b
authored
Jun 22, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
Jun 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bt-load.c: Follow spelling conventions.
From-SVN: r68342
parent
0e9cbd11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/bt-load.c
+1
-1
No files found.
gcc/ChangeLog
View file @
cc0efd0b
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
* bt-load.c: Follow spelling conventions.
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
* expr.c (emit_move_insn_1): Fix a comment typo.
* expr.c (emit_move_insn_1): Fix a comment typo.
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
...
...
gcc/bt-load.c
View file @
cc0efd0b
...
@@ -1161,7 +1161,7 @@ can_move_up (basic_block bb, rtx insn, int n_insns)
...
@@ -1161,7 +1161,7 @@ can_move_up (basic_block bb, rtx insn, int n_insns)
there is another definition with cost == MIN_COST which now
there is another definition with cost == MIN_COST which now
has a higher priority than this definition.
has a higher priority than this definition.
Return non
-
zero if there may be benefit from attempting to
Return nonzero if there may be benefit from attempting to
migrate this DEF further (i.e. we have reduced the cost below
migrate this DEF further (i.e. we have reduced the cost below
MIN_COST, but we may be able to reduce it further).
MIN_COST, but we may be able to reduce it further).
Return zero if no further migration is possible. */
Return zero if no further migration is possible. */
...
...
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