Copy the full TailCallKind in CallInst::clone_impl
authorReid Kleckner <reid@kleckner.net>
Tue, 6 May 2014 20:08:20 +0000 (20:08 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 6 May 2014 20:08:20 +0000 (20:08 +0000)
commit39497497016cbe38c3fb4ecfad03506a4ee015dd
tree901127e680ff62faef59b31b47ddcfd563bd0830
parente3e870facee9f1fcf5b19f15a3deb78b582fb37e
Copy the full TailCallKind in CallInst::clone_impl

Split from the musttail inliner change.  This will be covered by an opt
test when the inliner change lands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208126 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Instructions.cpp
unittests/IR/InstructionsTest.cpp