diff options
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7494,7 +7494,6 @@ const pass_data pass_data_cse = RTL_PASS, /* type */ "cse1", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_CSE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -7566,7 +7565,6 @@ const pass_data pass_data_cse2 = RTL_PASS, /* type */ "cse2", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_CSE2, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -7640,7 +7638,6 @@ const pass_data pass_data_cse_after_global_opts = RTL_PASS, /* type */ "cse_local", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_CSE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ |