search for: rightcall

Displaying 1 result from an estimated 1 matches for "rightcall".

Did you mean: rightalt
2012 Apr 01
1
[LLVMdev] Create Instruction
...// this is my instruction br label %15 ; <label>:15 ; preds = %12, %14 .... The problem is that results of instructions have different names (%call6, %call64). I create new CallInst by CallInst::Create(F1,args,CS.getInstruction()->getName(), rightCall); , where CS - original call site, but new Instruction still haven't same name, but similar as I see.... It is possible to give exactly same name for result if CallInst in my case? Thanks! Yours sincerely, Kadysev Mikhail -------------- next part -------------- An HTML attachment was scrubb...