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
875803a0
Commit
875803a0
authored
Sep 04, 2004
by
Richard Kenner
Committed by
Richard Kenner
Sep 04, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gimplify.c (internal_get_tmp_var): Remove unused var CLASS.
From-SVN: r87088
parent
8f1529e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
gcc/ChangeLog
+2
-1
gcc/gimplify.c
+0
-2
No files found.
gcc/ChangeLog
View file @
875803a0
2004
-
09
-
04
H
.
J
.
Lu
<
hongjiu
.
lu
@
intel
.
com
>
*
configure
:
Regenerated
.
2004
-
09
-
04
Richard
Kenner
<
kenner
@
vlsi1
.
ultra
.
nyu
.
edu
>
*
gimplify
.
c
(
internal_get_tmp_var
):
Remove
unused
var
CLASS
.
*
tree
.
c
(
save_expr
):
No
longer
TREE_READONLY
.
*
fold
-
const
.
c
(
operand_equal_p
):
Remove
code
to
allow
null
ARG0
/
1.
...
...
gcc/gimplify.c
View file @
875803a0
...
...
@@ -463,7 +463,6 @@ static tree
internal_get_tmp_var
(
tree
val
,
tree
*
pre_p
,
tree
*
post_p
,
bool
is_formal
)
{
tree
t
,
mod
;
char
class
;
gimplify_expr
(
&
val
,
pre_p
,
post_p
,
is_gimple_formal_tmp_rhs
,
fb_rvalue
);
...
...
@@ -471,7 +470,6 @@ internal_get_tmp_var (tree val, tree *pre_p, tree *post_p, bool is_formal)
mod
=
build
(
MODIFY_EXPR
,
TREE_TYPE
(
t
),
t
,
val
);
class
=
TREE_CODE_CLASS
(
TREE_CODE
(
val
));
if
(
EXPR_HAS_LOCATION
(
val
))
SET_EXPR_LOCUS
(
mod
,
EXPR_LOCUS
(
val
));
else
...
...
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