diff mbox

[gomp4,committed] Remove TODO_remove_unused_locals from todo_flags_finish of pass_data_expand_omp_ssa

Message ID 56406A25.4000002@mentor.com
State New
Headers show

Commit Message

Tom de Vries Nov. 9, 2015, 9:40 a.m. UTC
Hi,

this patch removes TODO_remove_unused_locals from todo_flags_finish of 
pass_data_expand_omp_ssa. I can't reproduce the problem 
TODO_remove_unused_locals is supposed to fix with the current state of 
gomp-4_0-branch.

Committed to gomp-4_0-branch.

Thanks,
- Tom
diff mbox

Patch

Remove TODO_remove_unused_locals from todo_flags_finish of pass_data_expand_omp_ssa

2015-11-09  Tom de Vries  <tom@codesourcery.com>

	* omp-low.c (pass_data_expand_omp_ssa): Remove TODO_remove_unused_locals
	from todo_flags_finish.
---
 gcc/omp-low.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gcc/omp-low.c b/gcc/omp-low.c
index b78a8d6..4d6dc99 100644
--- a/gcc/omp-low.c
+++ b/gcc/omp-low.c
@@ -13641,8 +13641,7 @@  const pass_data pass_data_expand_omp_ssa =
   PROP_gimple_eomp, /* properties_provided */
   0, /* properties_destroyed */
   0, /* todo_flags_start */
-  TODO_cleanup_cfg | TODO_rebuild_alias
-  | TODO_remove_unused_locals, /* todo_flags_finish */
+  TODO_cleanup_cfg | TODO_rebuild_alias, /* todo_flags_finish */
 };
 
 class pass_expand_omp_ssa : public gimple_opt_pass
-- 
1.9.1