X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fproc_cloning.c;h=06d7a9c8482175c250f607f6f7e93b7c162f13e8;hb=762b472fc81c73cf7a1b0041b8cd286b7206d79d;hp=0e4141d350f347fd3db175c6c7780fda0b8b1568;hpb=10e58f9669ea6c77e82bd3bc12c4ac5bbaa6bb15;p=libfirm diff --git a/ir/opt/proc_cloning.c b/ir/opt/proc_cloning.c index 0e4141d35..06d7a9c84 100644 --- a/ir/opt/proc_cloning.c +++ b/ir/opt/proc_cloning.c @@ -126,7 +126,8 @@ static void process_call(ir_node *call, ir_entity *callee, q_set *hmap) n_params = get_Call_n_params(call); - /* Beware: we cannot clone variadic parameters as well as the + /* TODO + * Beware: we cannot clone variadic parameters as well as the * last non-variadic one, which might be needed for the va_start() * magic */