summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
diff options
context:
space:
mode:
authorfjahanian <fjahanian@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-12 20:51:50 +0000
committerfjahanian <fjahanian@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-12 20:51:50 +0000
commitadde4d4f26baed12b6c970433c30f613663d52cc (patch)
tree257455e859ff7b694ab95e5b508c7093ba96a63d /gcc/tree-outof-ssa.c
parent78f29aa30d9fe1a73e6fa961dafe1871f508f061 (diff)
downloadgcc-adde4d4f26baed12b6c970433c30f613663d52cc.tar.gz
Restored acciddental check-in.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88951 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-outof-ssa.c')
-rw-r--r--gcc/tree-outof-ssa.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c
index a99f03d0121..827f91d1511 100644
--- a/gcc/tree-outof-ssa.c
+++ b/gcc/tree-outof-ssa.c
@@ -1634,20 +1634,12 @@ find_replaceable_in_bb (temp_expr_table_p tab, basic_block bb)
var_map map = tab->map;
value_expr_p p;
ssa_op_iter iter;
- bitmap_iterator bi;
for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi))
{
stmt = bsi_stmt (bsi);
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. */
FOR_EACH_SSA_TREE_OPERAND (def, stmt, iter, SSA_OP_USE)
{