diff --git a/include/llvm/ConstPoolVals.h b/include/llvm/ConstPoolVals.h index fa50a6b1ace..be245abd7b3 100644 --- a/include/llvm/ConstPoolVals.h +++ b/include/llvm/ConstPoolVals.h @@ -213,7 +213,8 @@ protected: virtual void destroyConstant(); public: static ConstPoolArray *get(const ArrayType *T, const vector &); - + static ConstPoolArray *get(const string& stringConstant); + virtual string getStrValue() const; inline const vector &getValues() const { return Operands; }