Hi,

this patch makes the formatting of pass_expand_omp_ssa::execute identical to the one in trunk.

Committed to gomp-4_0-branch.

Thanks,
- Tom
Cleanup formatting of pass_expand_omp_ssa::execute

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

	* omp-low.c (pass_expand_omp_ssa::execute): Cleanup formatting.
---
 gcc/omp-low.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gcc/omp-low.c b/gcc/omp-low.c
index 57ac2aa..b78a8d6 100644
--- a/gcc/omp-low.c
+++ b/gcc/omp-low.c
@@ -13657,10 +13657,7 @@ public:
     {
       return !(fun->curr_properties & PROP_gimple_eomp);
     }
-  virtual unsigned int execute (function *)
-    {
-      return execute_expand_omp ();
-    }
+  virtual unsigned int execute (function *) { return execute_expand_omp (); }
   opt_pass * clone () { return new pass_expand_omp_ssa (m_ctxt); }
 
 }; // class pass_expand_omp_ssa
-- 
1.9.1

Reply via email to