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:
d6b5e5f
)
Doxygenify comment.
author
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 10 Feb 2004 21:48:12 +0000
(21:48 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 10 Feb 2004 21:48:12 +0000
(21:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11292
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Type.h
patch
|
blob
|
history
diff --git
a/include/llvm/Type.h
b/include/llvm/Type.h
index d18d7096d35aeafd75aae3d4d69e5fc78e1bf924..e415d1a2202ef41de2c282738c3c985d4bf48c74 100644
(file)
--- a/
include/llvm/Type.h
+++ b/
include/llvm/Type.h
@@
-142,7
+142,7
@@
public:
/// isSigned - Return whether an integral numeric type is signed. This is
/// true for SByteTy, ShortTy, IntTy, LongTy. Note that this is not true for
/// Float and Double.
- //
+ //
/
virtual bool isSigned() const { return 0; }
/// isUnsigned - Return whether a numeric type is unsigned. This is not quite