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
d011fbf9
Commit
d011fbf9
authored
Mar 02, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fold, case *_DIV_EXPR): Ignore SAVE_EXPR if has RTL.
From-SVN: r11400
parent
ec255269
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/fold-const.c
+2
-2
No files found.
gcc/fold-const.c
View file @
d011fbf9
...
@@ -4051,7 +4051,7 @@ fold (expr)
...
@@ -4051,7 +4051,7 @@ fold (expr)
tree
c2
=
integer_zero_node
;
tree
c2
=
integer_zero_node
;
tree
xarg0
=
arg0
;
tree
xarg0
=
arg0
;
if
(
TREE_CODE
(
xarg0
)
==
SAVE_EXPR
)
if
(
TREE_CODE
(
xarg0
)
==
SAVE_EXPR
&&
SAVE_EXPR_RTL
(
xarg0
)
==
0
)
have_save_expr
=
1
,
xarg0
=
TREE_OPERAND
(
xarg0
,
0
);
have_save_expr
=
1
,
xarg0
=
TREE_OPERAND
(
xarg0
,
0
);
STRIP_NOPS
(
xarg0
);
STRIP_NOPS
(
xarg0
);
...
@@ -4069,7 +4069,7 @@ fold (expr)
...
@@ -4069,7 +4069,7 @@ fold (expr)
xarg0
=
TREE_OPERAND
(
xarg0
,
0
);
xarg0
=
TREE_OPERAND
(
xarg0
,
0
);
}
}
if
(
TREE_CODE
(
xarg0
)
==
SAVE_EXPR
)
if
(
TREE_CODE
(
xarg0
)
==
SAVE_EXPR
&&
SAVE_EXPR_RTL
(
xarg0
)
==
0
)
have_save_expr
=
1
,
xarg0
=
TREE_OPERAND
(
xarg0
,
0
);
have_save_expr
=
1
,
xarg0
=
TREE_OPERAND
(
xarg0
,
0
);
STRIP_NOPS
(
xarg0
);
STRIP_NOPS
(
xarg0
);
...
...
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