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
661fc486
Commit
661fc486
authored
Oct 12, 2004
by
Fariborz Jahanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restored acciddental check-in.
From-SVN: r88951
parent
01d8c00b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
gcc/tree-outof-ssa.c
+0
-8
No files found.
gcc/tree-outof-ssa.c
View file @
661fc486
...
@@ -1634,20 +1634,12 @@ find_replaceable_in_bb (temp_expr_table_p tab, basic_block bb)
...
@@ -1634,20 +1634,12 @@ find_replaceable_in_bb (temp_expr_table_p tab, basic_block bb)
var_map
map
=
tab
->
map
;
var_map
map
=
tab
->
map
;
value_expr_p
p
;
value_expr_p
p
;
ssa_op_iter
iter
;
ssa_op_iter
iter
;
bitmap_iterator
bi
;
for
(
bsi
=
bsi_start
(
bb
);
!
bsi_end_p
(
bsi
);
bsi_next
(
&
bsi
))
for
(
bsi
=
bsi_start
(
bb
);
!
bsi_end_p
(
bsi
);
bsi_next
(
&
bsi
))
{
{
stmt
=
bsi_stmt
(
bsi
);
stmt
=
bsi_stmt
(
bsi
);
ann
=
stmt_ann
(
stmt
);
ann
=
stmt_ann
(
stmt
);
if
(
TREE_CODE
(
stmt
)
==
ASM_EXPR
&&
ASM_VOLATILE_P
(
stmt
))
{
/* Volatile ASM_EXPRs kill all current expressions. */
EXECUTE_IF_SET_IN_BITMAP
((
tab
->
partition_in_use
),
0
,
partition
,
bi
)
kill_expr
(
tab
,
partition
,
false
);
continue
;
}
/* Determine if this stmt finishes an existing expression. */
/* Determine if this stmt finishes an existing expression. */
FOR_EACH_SSA_TREE_OPERAND
(
def
,
stmt
,
iter
,
SSA_OP_USE
)
FOR_EACH_SSA_TREE_OPERAND
(
def
,
stmt
,
iter
,
SSA_OP_USE
)
{
{
...
...
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