switch the inliner alignment enforcement stuff to use the
authorChris Lattner <sabre@nondot.org>
Sat, 25 Dec 2010 20:42:38 +0000 (20:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 25 Dec 2010 20:42:38 +0000 (20:42 +0000)
commit7569d79de1bd97a6a17b81340ea6ce97d8a3c279
treef53e35299a4ed20ce74fd81c5b034135c6175084
parent687140c818ba4b896329a83324714140b6580ef8
switch the inliner alignment enforcement stuff to use the
getOrEnforceKnownAlignment function, which simplifies the code
and makes it stronger.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122555 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp