[LLVMdev] Instructions having variable names as operands

Chris Lattner sabre at nondot.org
Wed Dec 20 11:22:51 PST 2006


On Wed, 20 Dec 2006, Seung Jae Lee wrote:
> I am not sure about full source language scoping rules you mentioned. Would you mind telling me about that?
> Thank you very much.

I the example I gave, variable scoping rules allow you to have multiple 
different varibles with the same name.  How do you handle this?

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list