ubyte and sbyte? what are those?

llvm-svn: 48585
This commit is contained in:
Nick Lewycky 2008-03-20 06:19:51 +00:00
parent fd5fe2a83d
commit 183e524b2d
1 changed files with 2 additions and 2 deletions

View File

@ -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