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
705c7b3b
Commit
705c7b3b
authored
Feb 25, 1993
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(set_nonzero_bits_and_sign_copies): Fix typo in paradoxical set dest handling.
From-SVN: r3532
parent
ff869079
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/combine.c
+2
-2
No files found.
gcc/combine.c
View file @
705c7b3b
...
@@ -659,8 +659,8 @@ set_nonzero_bits_and_sign_copies (x, set)
...
@@ -659,8 +659,8 @@ set_nonzero_bits_and_sign_copies (x, set)
if
(
SET_DEST
(
set
)
==
x
if
(
SET_DEST
(
set
)
==
x
||
(
GET_CODE
(
SET_DEST
(
set
))
==
SUBREG
||
(
GET_CODE
(
SET_DEST
(
set
))
==
SUBREG
&&
(
GET_MODE_SIZE
(
GET_MODE
(
SET_DEST
(
x
)))
&&
(
GET_MODE_SIZE
(
GET_MODE
(
SET_DEST
(
set
)))
>
GET_MODE_SIZE
(
GET_MODE
(
SUBREG_REG
(
SET_DEST
(
x
)))))
>
GET_MODE_SIZE
(
GET_MODE
(
SUBREG_REG
(
SET_DEST
(
set
)))))
&&
SUBREG_REG
(
SET_DEST
(
set
))
==
x
))
&&
SUBREG_REG
(
SET_DEST
(
set
))
==
x
))
{
{
reg_nonzero_bits
[
REGNO
(
x
)]
reg_nonzero_bits
[
REGNO
(
x
)]
...
...
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