mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +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:
parent
f70107fe1c
commit
6eabd74d1a
@ -320,8 +320,8 @@ public:
|
||||
return reinterpret_cast<const ArrayType*>(Value::getType());
|
||||
}
|
||||
|
||||
/// isString - This method returns true if the array is an array of sbyte or
|
||||
/// ubyte, and if the elements of the array are all ConstantInt's.
|
||||
/// isString - This method returns true if the array is an array of i8 and
|
||||
/// the elements of the array are all ConstantInt's.
|
||||
bool isString() const;
|
||||
|
||||
/// isCString - This method returns true if the array is a string (see
|
||||
|
Loading…
x
Reference in New Issue
Block a user