OSDN Git Service

Was pointed out that structure alignment and type alignment are not the same
authorJim Laskey <jlaskey@mac.com>
Thu, 15 Jun 2006 19:37:14 +0000 (19:37 +0000)
committerJim Laskey <jlaskey@mac.com>
Thu, 15 Jun 2006 19:37:14 +0000 (19:37 +0000)
commitd5a932b92af122209bfb53fc3198698a4af18371
treefdc62e2ec22c8b1f18dd51a0ef709704a621ec4b
parente4808ed44a0280f439ac977e80031fce28b5abab
Was pointed out that structure alignment and type alignment are not the same
thing.  Doubles still need to be special cased.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28806 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter.cpp