search for: tp25638981p25639926

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

Did you mean: tp25638981p25639806
2009 Sep 28
0
[LLVMdev] Printing Function Arguments
..._____________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> > > -- View this message in context: http://www.nabble.com/Printing-Function-Arguments-tp25638981p25639926.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2009 Sep 28
3
[LLVMdev] Printing Function Arguments
Hi Nick, Thanks, that seemed to work. Nick Lewycky wrote: > > ivtm wrote: >> I am processing the LLVM instructions and right now I am at the 'call' >> instruction. >> For now I just want to print the argument type. >> >> For example in the following: >> >> %0 = tail call i32 (...)* @__FFF (i32 8) nounwind; <i32> [#uses=1]