[IFS] Fix the copy constructor warning in IFSStub.cpp
authorHaowei Wu <haowei@google.com>
Thu, 12 Aug 2021 21:33:47 +0000 (14:33 -0700)
committerHaowei Wu <haowei@google.com>
Fri, 13 Aug 2021 17:17:53 +0000 (10:17 -0700)
commit571b0d84d2071f403980823989fdb90288bca972
treec9b56dab701bc7b5b51331fed78f661efeaaff64
parent6c3ae442ac9c2d740947d11efe870438c1db83b8
[IFS] Fix the copy constructor warning in IFSStub.cpp

This change fixes the gcc warning on copy constructor in IFSStub.cpp
file.

Differential Revision: https://reviews.llvm.org/D108000
llvm/lib/InterfaceStub/IFSStub.cpp