comparison gcc/gimple.c @ 21:959d4c8c8abc

add conv.c conv1.c
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Tue, 29 Sep 2009 20:15:16 +0900
parents a4c410aa4714
children 326d9e06c2e3
comparison
equal deleted inserted replaced
20:9de9dad105d4 21:959d4c8c8abc
362 gimple_call_set_cannot_inline (call, CALL_CANNOT_INLINE_P (t)); 362 gimple_call_set_cannot_inline (call, CALL_CANNOT_INLINE_P (t));
363 gimple_call_set_return_slot_opt (call, CALL_EXPR_RETURN_SLOT_OPT (t)); 363 gimple_call_set_return_slot_opt (call, CALL_EXPR_RETURN_SLOT_OPT (t));
364 gimple_call_set_from_thunk (call, CALL_FROM_THUNK_P (t)); 364 gimple_call_set_from_thunk (call, CALL_FROM_THUNK_P (t));
365 gimple_call_set_va_arg_pack (call, CALL_EXPR_VA_ARG_PACK (t)); 365 gimple_call_set_va_arg_pack (call, CALL_EXPR_VA_ARG_PACK (t));
366 #ifndef noCbC 366 #ifndef noCbC
367 gimple_call_set_cbc_goto (call, CALL_EXPR_CBC_GOTO (t)); 367 gimple_call_set_cbc_goto (call, CALL_EXPR_CbC_GOTO (t));
368 #endif 368 #endif
369 369
370 return call; 370 return call;
371 } 371 }
372 372