comparison gcc/cif-code.def @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* This file contains the definitions of the cgraph_inline_failed_t 1 /* This file contains the definitions of the cgraph_inline_failed_t
2 enums used in GCC. 2 enums used in GCC.
3 3
4 Copyright (C) 2008 Free Software Foundation, Inc. 4 Copyright (C) 2008, 2010 Free Software Foundation, Inc.
5 Contributed by Doug Kwan <dougkwan@google.com> 5 Contributed by Doug Kwan <dougkwan@google.com>
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 8
9 GCC is free software you can redistribute it and/or modify it under 9 GCC is free software you can redistribute it and/or modify it under
86 N_("originally indirect function call not considered for inlining")) 86 N_("originally indirect function call not considered for inlining"))
87 87
88 /* Ths edge represents an indirect edge with a yet-undetermined callee . */ 88 /* Ths edge represents an indirect edge with a yet-undetermined callee . */
89 DEFCIFCODE(INDIRECT_UNKNOWN_CALL, 89 DEFCIFCODE(INDIRECT_UNKNOWN_CALL,
90 N_("indirect function call with a yet undetermined callee")) 90 N_("indirect function call with a yet undetermined callee"))
91
92 DEFCIFCODE(OVERWRITABLE, N_("function body can be overwriten at linktime"))