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
c51c248f
Commit
c51c248f
authored
Sep 04, 2004
by
Richard Kenner
Committed by
Richard Kenner
Sep 04, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.c (save_expr): No longer TREE_READONLY.
From-SVN: r87083
parent
a60749f5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+2
-0
gcc/tree.c
+0
-1
No files found.
gcc/ChangeLog
View file @
c51c248f
2004
-
09
-
04
Richard
Kenner
<
kenner
@
vlsi1
.
ultra
.
nyu
.
edu
>
2004
-
09
-
04
Richard
Kenner
<
kenner
@
vlsi1
.
ultra
.
nyu
.
edu
>
*
tree
.
c
(
save_expr
):
No
longer
TREE_READONLY
.
*
fold
-
const
.
c
(
operand_equal_p
):
Remove
code
to
allow
null
ARG0
/
1.
*
fold
-
const
.
c
(
operand_equal_p
):
Remove
code
to
allow
null
ARG0
/
1.
Define
locals
macros
OP_SAME
and
OP_SAME_WITH_NULL
and
use
throughout
.
Define
locals
macros
OP_SAME
and
OP_SAME_WITH_NULL
and
use
throughout
.
...
...
gcc/tree.c
View file @
c51c248f
...
@@ -1489,7 +1489,6 @@ save_expr (tree expr)
...
@@ -1489,7 +1489,6 @@ save_expr (tree expr)
value was computed on both sides of the jump. So make sure it isn't
value was computed on both sides of the jump. So make sure it isn't
eliminated as dead. */
eliminated as dead. */
TREE_SIDE_EFFECTS
(
t
)
=
1
;
TREE_SIDE_EFFECTS
(
t
)
=
1
;
TREE_READONLY
(
t
)
=
1
;
TREE_INVARIANT
(
t
)
=
1
;
TREE_INVARIANT
(
t
)
=
1
;
return
t
;
return
t
;
}
}
...
...
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