[LLVMdev] redefenition of variables in LLVM
Jai Vasanth
jaivasanth at gmail.com
Sat Dec 11 23:14:28 PST 2004
Hi,
%_t4 = add int 23 , 0
%_t5 = add int %_t4 , 1
%_t4 = add int %_t5 , 0
the above line of code give an error when i try to convert to
bytecode. The error is that I am trying to redefine %_t4. Is there a
way to reassign a variable with another value. Also is there a way to
assign a value to a variable. I couldnt do that so I added 0 to it !
:)
Thanks
Jai
More information about the llvm-dev
mailing list