*** empty log message ***
authorChris Lattner <sabre@nondot.org>
Sun, 14 Oct 2001 23:34:12 +0000 (23:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Oct 2001 23:34:12 +0000 (23:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@813 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ConstPoolVals.h

index be245abd7b300f300285a048f7d4f48af3f1bd2d..9a55b42421e1996f077a5484d0bb4e58797218a7 100644 (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;