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
0b24a660
Commit
0b24a660
authored
Oct 28, 1999
by
Matteo Frigo
Committed by
Jeff Law
Oct 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sparc.h (ADJUST_COST): Fix thinko.
From-SVN: r30232
parent
5ae520d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.h
+1
-1
No files found.
gcc/ChangeLog
View file @
0b24a660
Thu
Oct
28
03
:
08
:
38
1999
Matteo
Frigo
<
athena
@fftw
.
org
>
*
sparc
.
h
(
ADJUST_COST
)
:
Fix
thinko
.
Thu
Oct
28
02
:
44
:
03
1999
Glen
Nakamura
<
glen
.
nakamura
@usa
.
net
>
*
cccp
.
c
(
rescan
)
:
Fixed
obp
pointer
handling
around
call
to
...
...
gcc/config/sparc/sparc.h
View file @
0b24a660
...
...
@@ -2722,7 +2722,7 @@ do { \
/* Adjust the cost of dependencies. */
#define ADJUST_COST(INSN,LINK,DEP,COST) \
sparc_adjust_cost(INSN, LINK, DEP, COST)
(COST) =
sparc_adjust_cost(INSN, LINK, DEP, COST)
#define MD_SCHED_INIT(DUMP, SCHED_VERBOSE) \
if (sparc_cpu == PROCESSOR_ULTRASPARC) \
...
...
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