diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-07 21:03:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-07 21:03:14 +0000 |
commit | 8a17faaf07998cc28f7e740f9333b77c305ee81b (patch) | |
tree | 485d8c5203efe3df433aad95ec23ead67655a7fb | |
parent | 633bfa02d6a9a9e414b4118a591c36a11d9a8dcb (diff) |
Remove extra space
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@482 91177308-0d34-0410-b5e6-96231b3b80d8
-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 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; |