search for: tp21961718p28239236

Displaying 2 results from an estimated 2 matches for "tp21961718p28239236".

2010 Apr 14
0
[LLVMdev] Operand, instruction
help__me_please wrote: > Thanks for reply. > I have used AllocaInst, it's working but i think it's only for allocating > some memory for new variable. And CallInst creates a call instruction. I am > looking for creating a add or sub instruction. > > I used function instruction(), which gives me error "error: cannot allocate > an object of abstract type
2010 Apr 14
4
[LLVMdev] Operand, instruction
Thanks for reply. I have used AllocaInst, it's working but i think it's only for allocating some memory for new variable. And CallInst creates a call instruction. I am looking for creating a add or sub instruction. I used function instruction(), which gives me error "error: cannot allocate an object of abstract type ‘llvm::Instruction’" and also "Instruction.h:28: note: