ubyte and sbyte? what are those?
authorNick Lewycky <nicholas@mxc.ca>
Thu, 20 Mar 2008 06:19:51 +0000 (06:19 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 20 Mar 2008 06:19:51 +0000 (06:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48585 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Constants.h

index c69bad4b3be90ee31d648ccf2cb313494d22ea13..f71c65545580c4703ac03cdcd2951e0daaffc081 100644 (file)
@@ -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