From 3f04045e5a545af3d037b635ba2d28aad09943a1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Oct 2001 23:34:12 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@813 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ConstPoolVals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;