[llvm-commits] CVS: llvm/lib/Target/README.txt
Evan Cheng
evan.cheng at apple.com
Fri Mar 31 14:35:27 PST 2006
Changes in directory llvm/lib/Target:
README.txt updated: 1.25 -> 1.26
---
Log message:
An entry about packed type alignments.
---
Diffs of the changes: (+4 -0)
README.txt | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.25 llvm/lib/Target/README.txt:1.26
--- llvm/lib/Target/README.txt:1.25 Fri Mar 24 13:59:17 2006
+++ llvm/lib/Target/README.txt Fri Mar 31 16:35:14 2006
@@ -149,4 +149,8 @@
where c1/c2 are constants.
+//===---------------------------------------------------------------------===//
+For packed types, TargetData.cpp::getTypeInfo() returns alignment that is equal
+to the type size. It works but can be overly conservative as the alignment of
+specific packed types are target dependent.
More information about the llvm-commits
mailing list