mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +00:00
ubyte and sbyte? what are those?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -320,8 +320,8 @@ public:
|
|||||||
return reinterpret_cast<const ArrayType*>(Value::getType());
|
return reinterpret_cast<const ArrayType*>(Value::getType());
|
||||||
}
|
}
|
||||||
|
|
||||||
/// isString - This method returns true if the array is an array of sbyte or
|
/// isString - This method returns true if the array is an array of i8 and
|
||||||
/// ubyte, and if the elements of the array are all ConstantInt's.
|
/// the elements of the array are all ConstantInt's.
|
||||||
bool isString() const;
|
bool isString() const;
|
||||||
|
|
||||||
/// isCString - This method returns true if the array is a string (see
|
/// isCString - This method returns true if the array is a string (see
|
||||||
|
Reference in New Issue
Block a user