*** empty log message ***

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@813 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-10-14 23:34:12 +00:00
parent 5fdc4c91ae
commit 3f04045e5a

View File

@ -213,7 +213,7 @@ protected:
virtual void destroyConstant(); virtual void destroyConstant();
public: public:
static ConstPoolArray *get(const ArrayType *T, const vector<ConstPoolVal*> &); static ConstPoolArray *get(const ArrayType *T, const vector<ConstPoolVal*> &);
static ConstPoolArray *get(const string& stringConstant); static ConstPoolArray *get(const string &Initializer);
virtual string getStrValue() const; virtual string getStrValue() const;