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
e18c4cfe
Commit
e18c4cfe
authored
Jan 17, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments.
From-SVN: r11036
parent
7b5311b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
gcc/optabs.c
+0
-6
No files found.
gcc/optabs.c
View file @
e18c4cfe
...
...
@@ -3884,12 +3884,6 @@ expand_fix (to, from, unsignedp)
GET_MODE
(
to
),
from
));
}
/* Do NOT copy, if "to" is the same as "target". See
expand_float(). It used to cause a bogus "clobber" of the
input, causing it's ancestors to be deleted. Hopefully the call
is just unnecessary now, causing extra time in optimization, or
some extra instructions.
/ Hans-Peter.Nilsson@axis.se */
if
(
target
!=
to
)
{
if
(
GET_MODE
(
to
)
==
GET_MODE
(
target
))
...
...
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