Commit 6642bfb2 by Sandra Loosemore Committed by Sandra Loosemore

tree-pass.h (PROP_rtl_split_insns): Define.

2017-10-23  Sandra Loosemore  <sandra@codesourcery.com>

	gcc/
	* tree-pass.h (PROP_rtl_split_insns): Define.
	* recog.c (pass_data_split_all_insns): Provide PROP_rtl_split_insns.

From-SVN: r254032
parent a6d9541d
2017-10-23 Sandra Loosemore <sandra@codesourcery.com> 2017-10-23 Sandra Loosemore <sandra@codesourcery.com>
* tree-pass.h (PROP_rtl_split_insns): Define.
* recog.c (pass_data_split_all_insns): Provide PROP_rtl_split_insns.
2017-10-23 Sandra Loosemore <sandra@codesourcery.com>
* config/nios2/nios2.c (TARGET_LRA_P): Don't override. * config/nios2/nios2.c (TARGET_LRA_P): Don't override.
2017-10-23 Jakub Jelinek <jakub@redhat.com> 2017-10-23 Jakub Jelinek <jakub@redhat.com>
...@@ -3863,7 +3863,7 @@ const pass_data pass_data_split_all_insns = ...@@ -3863,7 +3863,7 @@ const pass_data pass_data_split_all_insns =
OPTGROUP_NONE, /* optinfo_flags */ OPTGROUP_NONE, /* optinfo_flags */
TV_NONE, /* tv_id */ TV_NONE, /* tv_id */
0, /* properties_required */ 0, /* properties_required */
0, /* properties_provided */ PROP_rtl_split_insns, /* properties_provided */
0, /* properties_destroyed */ 0, /* properties_destroyed */
0, /* todo_flags_start */ 0, /* todo_flags_start */
0, /* todo_flags_finish */ 0, /* todo_flags_finish */
......
...@@ -223,6 +223,7 @@ protected: ...@@ -223,6 +223,7 @@ protected:
current choices have current choices have
been optimized. */ been optimized. */
#define PROP_gimple_lomp_dev (1 << 16) /* done omp_device_lower */ #define PROP_gimple_lomp_dev (1 << 16) /* done omp_device_lower */
#define PROP_rtl_split_insns (1 << 17) /* RTL has insns split. */
#define PROP_trees \ #define PROP_trees \
(PROP_gimple_any | PROP_gimple_lcf | PROP_gimple_leh | PROP_gimple_lomp) (PROP_gimple_any | PROP_gimple_lcf | PROP_gimple_leh | PROP_gimple_lomp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment