mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 17:25:49 +00:00
Doxygenify comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11292 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -142,7 +142,7 @@ public:
|
|||||||
/// isSigned - Return whether an integral numeric type is signed. This is
|
/// isSigned - Return whether an integral numeric type is signed. This is
|
||||||
/// true for SByteTy, ShortTy, IntTy, LongTy. Note that this is not true for
|
/// true for SByteTy, ShortTy, IntTy, LongTy. Note that this is not true for
|
||||||
/// Float and Double.
|
/// Float and Double.
|
||||||
//
|
///
|
||||||
virtual bool isSigned() const { return 0; }
|
virtual bool isSigned() const { return 0; }
|
||||||
|
|
||||||
/// isUnsigned - Return whether a numeric type is unsigned. This is not quite
|
/// isUnsigned - Return whether a numeric type is unsigned. This is not quite
|
||||||
|
Reference in New Issue
Block a user