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
5bee567d
Commit
5bee567d
authored
Oct 21, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 21, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (store_expr): Remove dont_store_target.
From-SVN: r89383
parent
22a49f18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/expr.c
+0
-2
No files found.
gcc/ChangeLog
View file @
5bee567d
2004
-
10
-
21
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
expr
.
c
(
store_expr
):
Remove
dont_store_target
.
2004
-
10
-
21
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
cfg
.
c
(
thread_jumps
):
Speed
up
by
using
a
worklist
.
2004
-
10
-
21
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
...
...
gcc/expr.c
View file @
5bee567d
...
...
@@ -3754,7 +3754,6 @@ store_expr (tree exp, rtx target, int call_param_p)
rtx
temp
;
rtx
alt_rtl
=
NULL_RTX
;
int
dont_return_target
=
0
;
int
dont_store_target
=
0
;
if
(
VOID_TYPE_P
(
TREE_TYPE
(
exp
)))
{
...
...
@@ -3901,7 +3900,6 @@ store_expr (tree exp, rtx target, int call_param_p)
||
(
temp
!=
target
&&
(
side_effects_p
(
temp
)
||
side_effects_p
(
target
))))
&&
TREE_CODE
(
exp
)
!=
ERROR_MARK
&&
!
dont_store_target
/* If store_expr stores a DECL whose DECL_RTL(exp) == TARGET,
but TARGET is not valid memory reference, TEMP will differ
from TARGET although it is really the same location. */
...
...
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