Use unique_ptr operator= instead of constructor to make it explicit that there's...
authorCraig Topper <craig.topper@gmail.com>
Fri, 12 Dec 2014 07:52:00 +0000 (07:52 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 12 Dec 2014 07:52:00 +0000 (07:52 +0000)
commit2a4988e8fc365867e2fe6b72ecdf43d7eca45416
tree0966760db00c16d773e4c070a49dac9a0b21b726
parente0b0363e44af59f31a9d70c8636a0211e3713aa7
Use unique_ptr operator= instead of constructor to make it explicit that there's no conversion occurring.

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