projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633bfa0
)
Remove extra space
author
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 21:03:14 +0000
(21:03 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 21:03:14 +0000
(21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@482
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ConstPoolVals.h
patch
|
blob
|
history
diff --git
a/include/llvm/ConstPoolVals.h
b/include/llvm/ConstPoolVals.h
index c5f5d33b8a409810da2d219f41ae2135eb8715c4..931c9287e2fcc72a23bb6f2e107d5b8f9b0859e4 100644
(file)
--- 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;