From e05d2db53f673b7d2e5e9d7400a575e80f863e3c Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 20 Mar 2008 06:19:51 +0000 Subject: ubyte and sbyte? what are those? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48585 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/llvm') diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index c69bad4..f71c655 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -320,8 +320,8 @@ public: return reinterpret_cast(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 -- cgit v1.1