diff options
author | Chris Lattner <sabre@nondot.org> | 2001-10-14 23:34:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-10-14 23:34:12 +0000 |
commit | 3f04045e5a545af3d037b635ba2d28aad09943a1 (patch) | |
tree | f917d846e18f1056536d43567c8e511c48c5b1da /include | |
parent | 5fdc4c91ae9defb3d511fba103514b8dcc0955e1 (diff) | |
download | external_llvm-3f04045e5a545af3d037b635ba2d28aad09943a1.zip external_llvm-3f04045e5a545af3d037b635ba2d28aad09943a1.tar.gz external_llvm-3f04045e5a545af3d037b635ba2d28aad09943a1.tar.bz2 |
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/ConstPoolVals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ConstPoolVals.h b/include/llvm/ConstPoolVals.h index be245ab..9a55b42 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<ConstPoolVal*> &); - static ConstPoolArray *get(const string& stringConstant); + static ConstPoolArray *get(const string &Initializer); virtual string getStrValue() const; |