From 8a17faaf07998cc28f7e740f9333b77c305ee81b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Sep 2001 21:03:14 +0000 Subject: [PATCH] Remove extra space git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@482 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ConstPoolVals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1