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
47a0b68f
Commit
47a0b68f
authored
Mar 23, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Mar 23, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cse.c (rtx_cost): Only call CONST_COSTS if it is defined.
From-SVN: r18787
parent
65d98182
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gcc/ChangeLog
+2
-0
gcc/cse.c
+2
-0
No files found.
gcc/ChangeLog
View file @
47a0b68f
Mon Mar 23 23:49:47 1998 Jeffrey A Law (law@cygnus.com)
* cse.c (rtx_cost): Only call CONST_COSTS if it is defined.
* stmt.c (unroll_block_trees): Free block_vector if needed.
Mon Mar 23 23:26:42 1998 Philippe De Muyter <phdm@macqel.be>
...
...
gcc/cse.c
View file @
47a0b68f
...
...
@@ -750,7 +750,9 @@ rtx_cost (x, outer_code)
#ifdef RTX_COSTS
RTX_COSTS
(
x
,
code
,
outer_code
);
#endif
#ifdef CONST_COSTS
CONST_COSTS
(
x
,
code
,
outer_code
);
#endif
default
:
#ifdef DEFAULT_RTX_COSTS
...
...
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