test that the ptr-to-method is succefully eliminated, leaving just the vtable dispatch.
authorChris Lattner <sabre@nondot.org>
Mon, 13 Aug 2007 17:17:03 +0000 (17:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Aug 2007 17:17:03 +0000 (17:17 +0000)
commitd2953866d60299edd28431f2d47b91e6c8f3f908
treea68ea95b712073790a8a8b6473688c52e05ee0cb
parentfe9d82a71bac418d82f14d28d654dedea66083d5
test that the ptr-to-method is succefully eliminated, leaving just the vtable dispatch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41047 91177308-0d34-0410-b5e6-96231b3b80d8
test/C++Frontend/ptr-to-method-devirt.cpp [new file with mode: 0644]