From: Nick Lewycky Date: Thu, 20 Mar 2008 06:19:51 +0000 (+0000) Subject: ubyte and sbyte? what are those? X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6eabd74d1a236effc6757e7c81182fa1ecd52ac6;p=oota-llvm.git ubyte and sbyte? what are those? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48585 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index c69bad4b3be..f71c6554558 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