diff gcc/function.c @ 88:f214c1d5b862

merge 89
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 20 Dec 2011 18:53:46 +0900
parents 6fb1a677d0b5
children ab0bcb71f44d
line wrap: on
line diff
--- a/gcc/function.c	Tue Dec 20 18:51:07 2011 +0900
+++ b/gcc/function.c	Tue Dec 20 18:53:46 2011 +0900
@@ -65,6 +65,8 @@
 #include "timevar.h"
 #include "vecprim.h"
 
+
+
 /* So we can assign to cfun in this file.  */
 #undef cfun
 
@@ -3481,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.  */