Added llvm::AlignOf, a template class whose purpose is to portably
authorTed Kremenek <kremenek@apple.com>
Wed, 17 Oct 2007 20:56:47 +0000 (20:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 17 Oct 2007 20:56:47 +0000 (20:56 +0000)
commita4d9869cf291e6f87bf9e7adfcd9a2c4e4518172
tree7dcafba7c12e1a9e85593a7fba34c3f2e0a67e27
parent84458323a254c4ee31aae553f1a8b66742cd0562
Added llvm::AlignOf, a template class whose purpose is to portably
compute the minimum memory alignment of arbitrary types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43086 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/AlignOf.h [new file with mode: 0644]