*** empty log message ***

llvm-svn: 813
This commit is contained in:
Chris Lattner 2001-10-14 23:34:12 +00:00
parent a972919f92
commit 0e09b977ca
1 changed files with 1 additions and 1 deletions
llvm/include/llvm

View File

@ -213,7 +213,7 @@ protected:
virtual void destroyConstant();
public:
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;