diff options
author | Chris Lattner <sabre@nondot.org> | 2010-12-20 07:45:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-12-20 07:45:28 +0000 |
commit | 018fb767b91d5ec396d56a3e61bd124918b59fa1 (patch) | |
tree | 404132f6b16bfc87e1ff7331587545f99a4d6a74 /lib/Support/Program.cpp | |
parent | 572335915f5d7306e319598803742473b0bd3525 (diff) |
fix PR8769, a miscompilation by inliner when inlining a function with a byval
argument. The generated alloca has to have at least the alignment of the
byval, if not, the client may be making assumptions that the new alloca won't
satisfy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122234 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Program.cpp')
0 files changed, 0 insertions, 0 deletions