diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 9aaa6cd..4f11c57 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -3863,7 +3863,7 @@ const pass_data pass_data_split_all_insns = OPTGROUP_NONE, /* optinfo_flags */ TV_NONE, /* tv_id */ 0, /* properties_required */ - 0, /* properties_provided */ + PROP_rtl_split_insns, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ 0, /* todo_flags_finish */ |