[IR] Make {Call,Invoke}::cloneImpl aware of operand bundles
authorSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 10 Nov 2015 20:13:21 +0000 (20:13 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 10 Nov 2015 20:13:21 +0000 (20:13 +0000)
commit4afa7f1d5714a58ab1e79f749652872d666177a8
tree462e43ff7c835eced9386d66da5ae5eee34101eb
parentef40fb975f4311c7452d6aa5fae769d703cbd527
[IR] Make {Call,Invoke}::cloneImpl aware of operand bundles

This was an omission in the patch that landed initial support for
operand bundles.  So far we haven't hit this, but we will once the
inliner is able to inline calls to functions that contain calls with
operand bundles.

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