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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits