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 c5f5d33b8a..931c9287e2 100644
--- a/include/llvm/ConstPoolVals.h
+++ b/include/llvm/ConstPoolVals.h
@@ -99,7 +99,7 @@ class ConstPoolSInt : public ConstPoolInt {
protected:
ConstPoolSInt(const Type *Ty, int64_t V);
public:
- static ConstPoolSInt *get(const Type *Ty, int64_t V);
+ static ConstPoolSInt *get(const Type *Ty, int64_t V);
virtual string getStrValue() const;