aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/ConstPoolVals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ConstPoolVals.h b/include/llvm/ConstPoolVals.h
index be245abd7b..9a55b42421 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;