[LLVMdev] GlobalValue Type

shreyas krishnan shreyas76 at gmail.com
Wed Oct 19 11:17:42 PDT 2011


Hi
    I am wondering why the following variable  has  a PointerTy.

@foo.data = internal addrspace(3) global float 5.000000e+000, align 4

When I do a V->getType()->dump() on the variable its printed as

float addrspace(3)*


thanks
shrey



More information about the llvm-dev mailing list