[LLVMdev] Determine whether a stored variable is local or global in the code of LLVM 2.7

Patrick Marlier patrick.marlier at unine.ch
Sat Aug 7 00:22:23 PDT 2010


On 08/07/2010 04:41 AM, Nayden Nedev wrote:
> Hi,
>
> I am trying to modify visitStoreInst() function in Execution.cpp of LLVM
> 2.7 to do some extra things. How I can determine whether the stored
> variable is global or local for some function?
>
> Regards,
> Nayden
Hello,

Here the answer:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-July/033267.html

Patrick Marlier.



More information about the llvm-dev mailing list