diff gcc/function.c @ 140:4e440907fcbf

copy CbC goto flang in cfgexpand remove some CbC unnecessary code
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Nov 2018 00:24:45 +0900
parents d34655255c78
children 351920fa3827
line wrap: on
line diff
--- a/gcc/function.c	Thu Nov 08 14:17:14 2018 +0900
+++ b/gcc/function.c	Wed Nov 14 00:24:45 2018 +0900
@@ -3696,7 +3696,7 @@
 
 #ifndef noCbC
     if (CbC_IS_CODE_SEGMENT(TREE_TYPE(fndecl)) )
-      all.stack_args_size.constant = CbC_PRETENDED_STACK_SIZE;
+        all.stack_args_size.constant = CbC_PRETENDED_STACK_SIZE;
 #endif
 
   /* We have aligned all the args, so add space for the pretend args.  */