X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FTarget%2FTargetData.h;h=32e3e2b0b61735792715cffb121de2e8f5cd963a;hb=2280ebd61416b73d0b6137f275b25af82e268d1f;hp=10252865c966cddf02f0ee835e5599bdf988ed29;hpb=1852e217019507c6329ee3af227dc05c6e517878;p=oota-llvm.git diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index 10252865c96..32e3e2b0b61 100644 --- a/include/llvm/Target/TargetData.h +++ b/include/llvm/Target/TargetData.h @@ -259,7 +259,7 @@ public: /// getIntPtrType - Return an unsigned integer type that is the same size or /// greater to the host pointer size. /// - IntegerType *getIntPtrType(LLVMContext &C) const; + const IntegerType *getIntPtrType(LLVMContext &C) const; /// getIndexedOffset - return the offset from the beginning of the type for /// the specified indices. This is used to implement getelementptr.