From: Chris Lattner Date: Sun, 14 Oct 2001 23:34:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3f04045e5a545af3d037b635ba2d28aad09943a1;p=oota-llvm.git *** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@813 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;