https://gcc.gnu.org/g:4a70df221fbd8e920628b46cc4ce10cc8d453ac0

commit 4a70df221fbd8e920628b46cc4ce10cc8d453ac0
Author: Mikael Morin <mik...@gcc.gnu.org>
Date:   Tue Jun 3 15:50:51 2025 +0200

    gimple-exec: Correction indentation au retour des fonctions

Diff:
---
 gcc/cgraphunit.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/cgraphunit.cc b/gcc/cgraphunit.cc
index 40b1af804be9..3b0556a2ead8 100644
--- a/gcc/cgraphunit.cc
+++ b/gcc/cgraphunit.cc
@@ -4689,13 +4689,13 @@ exec_context::execute_function (struct function *func)
       bb = e->dest;
     }
 
+  printer.print_function_exit (func);
   if (final_stmt == nullptr)
     return {};
   tree retexpr = gimple_return_retval (final_stmt);
   if (retexpr == NULL_TREE)
     return {};
   data_value result = evaluate (retexpr);
-  printer.print_function_exit (func);
   return result;
 }

Reply via email to