diff gcc/function.c @ 83:6fb1a677d0b5

modify expand_call
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 11 Nov 2011 04:29:33 +0900
parents 895e19fe9c22
children ab0bcb71f44d
line wrap: on
line diff
--- a/gcc/function.c	Fri Nov 11 02:35:16 2011 +0900
+++ b/gcc/function.c	Fri Nov 11 04:29:33 2011 +0900
@@ -65,10 +65,6 @@
 #include "timevar.h"
 #include "vecprim.h"
 
-#ifndef noCbC
-#include "cbc-tree.h"
-#define CbC_STACK_SIZE (1024 * 8)
-#endif
 
 
 /* So we can assign to cfun in this file.  */
@@ -3487,8 +3483,8 @@
     }
 
 #ifndef noCbC
-  if (CbC_IS_CODE_SEGMENT(TREE_TYPE(fndecl)) )
-    all.stack_args_size.constant = CbC_STACK_SIZE;
+  //  if (CbC_IS_CODE_SEGMENT(TREE_TYPE(fndecl)) )
+  //    all.stack_args_size.constant = CbC_STACK_SIZE;
 #endif
 
   /* We have aligned all the args, so add space for the pretend args.  */