Make getAlignOf return an i64, for consistency with getSizeOf and
authorDan Gohman <gohman@apple.com>
Thu, 28 Jan 2010 02:43:22 +0000 (02:43 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 28 Jan 2010 02:43:22 +0000 (02:43 +0000)
commit06ed3e788ab3d71350b7cc7d077f4bd9a2b57799
tree9a21d09ca8fe22d65b556ab3fa97d6e744b04b1e
parent0f5efe56258f8cd6ceff4d7955a5d80144cd9cb0
Make getAlignOf return an i64, for consistency with getSizeOf and
getOffsetOf, and remove the comment about assuming i8 is byte-aligned,
which is no longer applicable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94738 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
lib/VMCore/Constants.cpp