diff mbox

[gomp4,committed] Cleanup formatting of pass_expand_omp_ssa::execute

Message ID 56406994.7080101@mentor.com
State New
Headers show

Commit Message

Tom de Vries Nov. 9, 2015, 9:38 a.m. UTC
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
diff mbox

Patch

Cleanup formatting of pass_expand_omp_ssa::execute

2015-11-09  Tom de Vries  <tom@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