From 183e524b2da3172a988f8557448010990013ff0a Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 20 Mar 2008 06:19:51 +0000 Subject: [PATCH] ubyte and sbyte? what are those? llvm-svn: 48585 --- llvm/include/llvm/Constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/Constants.h b/llvm/include/llvm/Constants.h index c69bad4b3be9..f71c65545580 100644 --- a/llvm/include/llvm/Constants.h +++ b/llvm/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