comparison gcc/cfgexpand.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 9de9dad105d4
children 9907f3135723
comparison
equal deleted inserted replaced
20:9de9dad105d4 21:959d4c8c8abc
237 CALL_EXPR_RETURN_SLOT_OPT (t) = gimple_call_return_slot_opt_p (stmt); 237 CALL_EXPR_RETURN_SLOT_OPT (t) = gimple_call_return_slot_opt_p (stmt);
238 CALL_FROM_THUNK_P (t) = gimple_call_from_thunk_p (stmt); 238 CALL_FROM_THUNK_P (t) = gimple_call_from_thunk_p (stmt);
239 CALL_CANNOT_INLINE_P (t) = gimple_call_cannot_inline_p (stmt); 239 CALL_CANNOT_INLINE_P (t) = gimple_call_cannot_inline_p (stmt);
240 CALL_EXPR_VA_ARG_PACK (t) = gimple_call_va_arg_pack_p (stmt); 240 CALL_EXPR_VA_ARG_PACK (t) = gimple_call_va_arg_pack_p (stmt);
241 #ifndef noCbC 241 #ifndef noCbC
242 CALL_EXPR_CBC_GOTO (t) = gimple_call_cbc_goto_p (stmt); 242 CALL_EXPR_CbC_GOTO (t) = gimple_call_cbc_goto_p (stmt);
243 #endif 243 #endif
244 244
245 /* If the call has a LHS then create a MODIFY_EXPR to hold it. */ 245 /* If the call has a LHS then create a MODIFY_EXPR to hold it. */
246 { 246 {
247 tree lhs = gimple_call_lhs (stmt); 247 tree lhs = gimple_call_lhs (stmt);