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
6c62412f
Commit
6c62412f
authored
Oct 17, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 17, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (expand_expr_real_1): Remove an obsolete comment.
From-SVN: r89174
parent
a2a877e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+4
-0
gcc/expr.c
+0
-8
No files found.
gcc/ChangeLog
View file @
6c62412f
2004
-
10
-
17
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
expr
.
c
(
expand_expr_real_1
):
Remove
an
obsolete
comment
.
2004
-
10
-
17
Andrew
Pinski
<
pinskia
@
physics
.
uc
.
edu
>
*
c
-
typeck
.
c
(
default_function_array_conversion
):
Always
create
...
...
gcc/expr.c
View file @
6c62412f
...
...
@@ -8064,14 +8064,6 @@ expand_expr_real_1 (tree exp, rtx target, enum machine_mode tmode,
case
MODIFY_EXPR
:
{
/* If lhs is complex, expand calls in rhs before computing it.
That's so we don't compute a pointer and save it over a
call. If lhs is simple, compute it first so we can give it
as a target if the rhs is just a call. This avoids an
extra temp and copy and that prevents a partial-subsumption
which makes bad code. Actually we could treat
component_ref's of vars like vars. */
tree
lhs
=
TREE_OPERAND
(
exp
,
0
);
tree
rhs
=
TREE_OPERAND
(
exp
,
1
);
...
...
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