diff 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
line wrap: on
line diff
--- a/gcc/cfgexpand.c	Thu Sep 24 14:29:28 2009 +0900
+++ b/gcc/cfgexpand.c	Tue Sep 29 20:15:16 2009 +0900
@@ -239,7 +239,7 @@
         CALL_CANNOT_INLINE_P (t) = gimple_call_cannot_inline_p (stmt);
         CALL_EXPR_VA_ARG_PACK (t) = gimple_call_va_arg_pack_p (stmt);
 #ifndef noCbC
-        CALL_EXPR_CBC_GOTO (t) = gimple_call_cbc_goto_p (stmt);
+        CALL_EXPR_CbC_GOTO (t) = gimple_call_cbc_goto_p (stmt);
 #endif
 
         /* If the call has a LHS then create a MODIFY_EXPR to hold it.  */