forked from OSchip/llvm-project
parent
fd5fe2a83d
commit
183e524b2d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue