comparison 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
comparison
equal deleted inserted replaced
87:4a89a0a804df 88:f214c1d5b862
63 #include "predict.h" 63 #include "predict.h"
64 #include "df.h" 64 #include "df.h"
65 #include "timevar.h" 65 #include "timevar.h"
66 #include "vecprim.h" 66 #include "vecprim.h"
67 67
68
69
68 /* So we can assign to cfun in this file. */ 70 /* So we can assign to cfun in this file. */
69 #undef cfun 71 #undef cfun
70 72
71 #ifndef STACK_ALIGNMENT_NEEDED 73 #ifndef STACK_ALIGNMENT_NEEDED
72 #define STACK_ALIGNMENT_NEEDED 1 74 #define STACK_ALIGNMENT_NEEDED 1
3479 3481
3480 SET_DECL_RTL (result, x); 3482 SET_DECL_RTL (result, x);
3481 } 3483 }
3482 3484
3483 #ifndef noCbC 3485 #ifndef noCbC
3484 //if (CbC_IS_CODE_SEGMENT(TREE_TYPE(fndecl)) ) 3486 // if (CbC_IS_CODE_SEGMENT(TREE_TYPE(fndecl)) )
3485 //all.stack_args_size.constant = CbC_STACK_SIZE; 3487 // all.stack_args_size.constant = CbC_STACK_SIZE;
3486 #endif 3488 #endif
3487 3489
3488 /* We have aligned all the args, so add space for the pretend args. */ 3490 /* We have aligned all the args, so add space for the pretend args. */
3489 crtl->args.pretend_args_size = all.pretend_args_size; 3491 crtl->args.pretend_args_size = all.pretend_args_size;
3490 all.stack_args_size.constant += all.extra_pretend_bytes; 3492 all.stack_args_size.constant += all.extra_pretend_bytes;