SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-dtor...
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 18 Sep 2012 17:06:32 +0000 (17:06 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 18 Sep 2012 17:06:32 +0000 (17:06 +0000)
commit371d5d86bd70756d2066692114fec599c33baf92
treedc6065b399a495b41289cfef80e9cceca0f191b6
parent4cd56014ae05a6ccc92cdcc66d457ce37558fc31
SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-dtor warnings that come with it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164140 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SROA.cpp