Fixed a crash when cloning a function into a function with
authorPekka Jaaskelainen <pekka.jaaskelainen@tut.fi>
Thu, 7 Mar 2013 16:46:43 +0000 (16:46 +0000)
committerPekka Jaaskelainen <pekka.jaaskelainen@tut.fi>
Thu, 7 Mar 2013 16:46:43 +0000 (16:46 +0000)
commit784ae47413e1adf3b64ed5546f88b39ab52a9281
tree295a5445b258e0c7e1b3767366dca308a0c34a89
parentcc22640c4c8f0bc5d1e37b4ddcdf9e7c873e4383
Fixed a crash when cloning a function into a function with
different size argument list and without attributes in the
arguments.

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