diff --git a/include/llvm/ConstPoolVals.h b/include/llvm/ConstPoolVals.h index be245abd7b3..9a55b42421e 100644 --- a/include/llvm/ConstPoolVals.h +++ b/include/llvm/ConstPoolVals.h @@ -213,7 +213,7 @@ protected: virtual void destroyConstant(); public: static ConstPoolArray *get(const ArrayType *T, const vector &); - static ConstPoolArray *get(const string& stringConstant); + static ConstPoolArray *get(const string &Initializer); virtual string getStrValue() const;