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
2391bfea
Commit
2391bfea
authored
Jan 27, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(expand_expr, case MINUS_EXPR): Remove bogus operand swap.
From-SVN: r8829
parent
82f0e2cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
gcc/expr.c
+0
-4
No files found.
gcc/expr.c
View file @
2391bfea
...
@@ -5214,10 +5214,6 @@ expand_expr (exp, target, tmode, modifier)
...
@@ -5214,10 +5214,6 @@ expand_expr (exp, target, tmode, modifier)
rtx
op1
=
expand_expr
(
TREE_OPERAND
(
exp
,
1
),
NULL_RTX
,
rtx
op1
=
expand_expr
(
TREE_OPERAND
(
exp
,
1
),
NULL_RTX
,
VOIDmode
,
modifier
);
VOIDmode
,
modifier
);
/* If one operand is a CONST_INT, put it last. */
if
(
GET_CODE
(
op0
)
==
CONST_INT
)
temp
=
op0
,
op0
=
op1
,
op1
=
temp
;
/* If the last operand is a CONST_INT, use plus_constant of
/* If the last operand is a CONST_INT, use plus_constant of
the negated constant. Else make the MINUS. */
the negated constant. Else make the MINUS. */
if
(
GET_CODE
(
op1
)
==
CONST_INT
)
if
(
GET_CODE
(
op1
)
==
CONST_INT
)
...
...
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