(
original
) (
raw
)
Hi all,
I have %5 = load i32, i32\* %3, align 4 LoadInst and I would like to get reference to the destination ( in this case %5 ). How can I do that?
Thanks