diff --git a/include/llvm/ConstPoolVals.h b/include/llvm/ConstPoolVals.h index c5f5d33b8a4..931c9287e2f 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;