[SimplifyLibCalls] Teach SimplifyLibCalls about operand bundles
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 6 Jan 2016 05:01:34 +0000 (05:01 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 6 Jan 2016 05:01:34 +0000 (05:01 +0000)
If we replace one call-site with another, be sure to move over any
operand bundles that lingered on the old call-site.

This fixes PR26036.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256912 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found