diff --git a/llvm/include/llvm/ConstPoolVals.h b/llvm/include/llvm/ConstPoolVals.h index be245abd7b300f300285a048f7d4f48af3f1bd2d..9a55b42421e1996f077a5484d0bb4e58797218a7 100644 --- a/llvm/include/llvm/ConstPoolVals.h +++ b/llvm/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;