OSDN Git Service

introduce a new RoundUpAlignment helper function, use it to
authorChris Lattner <sabre@nondot.org>
Mon, 8 Dec 2008 07:11:56 +0000 (07:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Dec 2008 07:11:56 +0000 (07:11 +0000)
commitbedb8c1d35e420165fca7455d4025bf82913a38f
treeb1eb6e902319b8ff413eaa496971e179e2251b6a
parent149cfc35197229d229c5737046210b5ade06e557
introduce a new RoundUpAlignment helper function, use it to
remove some more 64-bit divs and rems from the StructLayout
ctor.

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