[llvm-commits] [llvm] r48585 - /llvm/trunk/include/llvm/Constants.h

Nick Lewycky nicholas at mxc.ca
Wed Mar 19 23:19:52 PDT 2008


Author: nicholas
Date: Thu Mar 20 01:19:51 2008
New Revision: 48585

URL: http://llvm.org/viewvc/llvm-project?rev=48585&view=rev
Log:
ubyte and sbyte? what are those?

Modified:
    llvm/trunk/include/llvm/Constants.h

Modified: llvm/trunk/include/llvm/Constants.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Constants.h?rev=48585&r1=48584&r2=48585&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Constants.h (original)
+++ llvm/trunk/include/llvm/Constants.h Thu Mar 20 01:19:51 2008
@@ -320,8 +320,8 @@
     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





More information about the llvm-commits mailing list