Use unique_ptr to manage PassInfo instances in the PassRegistry
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 15 Apr 2014 15:17:14 +0000 (15:17 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 15 Apr 2014 15:17:14 +0000 (15:17 +0000)
commit3549f3cf197ea18f0d2b19206fbd18798c2fa972
treed53a24b0c599fbb77c7012b41e9e6e2b69ec2d6a
parent9bc7c0707d12cd92fa1d7b44476d70c547c6291b
Use unique_ptr to manage PassInfo instances in the PassRegistry

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206297 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/PassRegistry.cpp