From 0e09b977ca388e5daf80323778d1fb2f6bbef9ee Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Oct 2001 23:34:12 +0000 Subject: [PATCH] *** empty log message *** llvm-svn: 813 --- llvm/include/llvm/ConstPoolVals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/ConstPoolVals.h b/llvm/include/llvm/ConstPoolVals.h index be245abd7b30..9a55b42421e1 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; -- GitLab