OSDN Git Service

Use make_unique instead of reset() and 'new'
authorCraig Topper <craig.topper@gmail.com>
Fri, 12 Dec 2014 07:52:14 +0000 (07:52 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 12 Dec 2014 07:52:14 +0000 (07:52 +0000)
commitb90043f29e7646a2fa2075ffc6298d89c4cf2a53
treec5ddaba2c3da633d0b8f527f9a281b60a6886f0e
parent0ea6f98f9c08311fa439ed906f88a1d2e0a6e231
Use make_unique instead of reset() and 'new'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224107 91177308-0d34-0410-b5e6-96231b3b80d8
tools/opt/opt.cpp