Skip to content

Commit e2dd89c

Browse files
clazissartemiy-volkov
authored andcommitted
[ARCx] Reove unused passes
1 parent c1e8287 commit e2dd89c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gcc/common/config/arc64/arc64-common.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ static const struct default_options arc_option_optimization_table[] =
3636
{
3737
{ OPT_LEVELS_SIZE, OPT_ftree_loop_optimize, NULL, 0},
3838
{ OPT_LEVELS_SIZE, OPT_fmove_loop_invariants, NULL, 0},
39-
{ OPT_LEVELS_SIZE, OPT_fbranch_count_reg, NULL, 0},
40-
{ OPT_LEVELS_SIZE, OPT_fdelayed_branch, NULL, 0 },
41-
{ OPT_LEVELS_SIZE, OPT_fsection_anchors, NULL, 1 },
4239
{ OPT_LEVELS_1_PLUS, OPT_fomit_frame_pointer, NULL, 1 },
4340
{ OPT_LEVELS_NONE, 0, NULL, 0 }
4441
};

0 commit comments

Comments
 (0)