unique_ptrify FullDependenceAnalysis::DV
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 19:20:18 +0000 (19:20 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 19:20:18 +0000 (19:20 +0000)
commit6e274fd1abcd25db684554815c45b0ea53006e99
tree0dab1d320426f823f03f6a407d6220f69acfd832
parent9fefa526a265afa655f37d115018ab644b9512f0
unique_ptrify FullDependenceAnalysis::DV

Making this type a little harder to abuse (see workaround relating to
use of the implicit copy ctor in the prior commit)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231104 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DependenceAnalysis.h
lib/Analysis/DependenceAnalysis.cpp