X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fcif-code.def;h=4898486c315e2e9800a3760c04729b6168d99f8d;hp=2de63b621788887c7c8879a8e79f4f97c4544646;hb=799c87118f9c74e999ba3f3390edc6a5346c8752;hpb=d812977b5e9252e0b2181b726b6fa13e5c9c0861 diff --git a/gcc/cif-code.def b/gcc/cif-code.def index 2de63b62178..4898486c315 100644 --- a/gcc/cif-code.def +++ b/gcc/cif-code.def @@ -84,3 +84,7 @@ DEFCIFCODE(MISMATCHED_ARGUMENTS, N_("mismatched arguments")) /* Call was originally indirect. */ DEFCIFCODE(ORIGINALLY_INDIRECT_CALL, N_("originally indirect function call not considered for inlining")) + +/* Ths edge represents an indirect edge with a yet-undetermined callee . */ +DEFCIFCODE(INDIRECT_UNKNOWN_CALL, + N_("indirect function call with a yet undetermined callee"))