https://gcc.gnu.org/g:037dc236b73d6b703ef5999bd28ed7f69561caf5

commit 037dc236b73d6b703ef5999bd28ed7f69561caf5
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