search for: functionfirstargement

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

2012 Mar 06
2
[LLVMdev] Work with CallSites
...Check function __cxa_pure_virtual Call parameter type does not match function signature! %6 = load %class.A** %a, align 4 %class.B* call void @_ZN1B4testEi(%class.A* %6, i32 1) Ok! I've tried to change the first %class.A %6 to %class.B %6 by "FirstArgumentOfCS->get()->mutateType(FunctionFirstArgement->getType());", but in this case I've got this: Check function __cxa_pure_virtual Load result type does not match pointer operand type! %6 = load %class.A** %a, align 4 %class.A*Instruction does not dominate all uses! %6 = load %class.A** %a, align 4 %7 = bitcast %class.B* %6 t...