From: Evan Cheng Date: Mon, 22 Jan 2007 23:14:52 +0000 (+0000) Subject: Update comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9b631a58ef25df2905cbe59fa618db79a3d535c5;p=oota-llvm.git Update comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33450 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index 71db27ca73a..ed56cefc073 100644 --- a/include/llvm/Target/TargetData.h +++ b/include/llvm/Target/TargetData.h @@ -233,7 +233,7 @@ public: /// the specified type. unsigned char getTypeAlignmentPref(const Type *Ty) const; - /// getTypeAlignmentShift - Return the minimum required alignment for the + /// getTypeAlignmentShift - Return the preferred alignment for the /// specified type, returned as log2 of the value (a shift amount). /// unsigned char getTypeAlignmentShift(const Type *Ty) const;