comparison gcc/calls.c @ 128:fe568345ddd5

fix CbC-example
author mir3636
date Wed, 11 Apr 2018 19:32:28 +0900
parents 4c56639505ff
children d34655255c78
comparison
equal deleted inserted replaced
127:4c56639505ff 128:fe568345ddd5
3373 3373
3374 preferred_unit_stack_boundary = preferred_stack_boundary / BITS_PER_UNIT; 3374 preferred_unit_stack_boundary = preferred_stack_boundary / BITS_PER_UNIT;
3375 3375
3376 #ifndef noCbC 3376 #ifndef noCbC
3377 if ( fntype 3377 if ( fntype
3378 //&& CbC_IS_CbC_GOTO (exp) // it's better? than CALL_EXPR_TAILCALL() 3378 && CbC_IS_CbC_GOTO (exp) // it's better? than CALL_EXPR_TAILCALL()
3379 && CALL_EXPR_TAILCALL(exp) 3379 //&& CALL_EXPR_TAILCALL(exp)
3380 && CbC_IS_CODE_SEGMENT (TREE_TYPE (current_function_decl)) 3380 && CbC_IS_CODE_SEGMENT (TREE_TYPE (current_function_decl))
3381 ) 3381 )
3382 { 3382 {
3383 3383
3384 args_size.constant = CbC_PRETENDED_STACK_SIZE; 3384 args_size.constant = CbC_PRETENDED_STACK_SIZE;