[llvm-commits] CVS: llvm/include/llvm/Target/TargetData.h
Evan Cheng
evan.cheng at apple.com
Mon Jan 22 15:15:08 PST 2007
Changes in directory llvm/include/llvm/Target:
TargetData.h updated: 1.46 -> 1.47
---
Log message:
Update comment.
---
Diffs of the changes: (+1 -1)
TargetData.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Target/TargetData.h
diff -u llvm/include/llvm/Target/TargetData.h:1.46 llvm/include/llvm/Target/TargetData.h:1.47
--- llvm/include/llvm/Target/TargetData.h:1.46 Sat Jan 20 17:32:04 2007
+++ llvm/include/llvm/Target/TargetData.h Mon Jan 22 17:14:52 2007
@@ -233,7 +233,7 @@
/// 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;
More information about the llvm-commits
mailing list