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)
commit7bea3cf1eb76b8e4c53753e5dc665c13438a1c71
tree7ed8bc64fd9e7977ebac3a45988f445816f39580
parent1d510428e8d110e9f1f4dcf3f2f0ea189948f330
Use unique_ptr operator= instead of constructor to make it explicit that there's no conversion occurring.

llvm-svn: 224103
llvm/tools/llc/llc.cpp