Skip to content
Commit 7394680a authored by Chris Lattner's avatar Chris Lattner
Browse files

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.

llvm-svn: 122234
parent a9a5c59d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment