Sure up ownership passing of the PBQPBuilder by passing unique_ptrs by value rather...
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 19 Jul 2014 21:19:45 +0000 (21:19 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 19 Jul 2014 21:19:45 +0000 (21:19 +0000)
commitba80ee392a72f39e3d859e0207f9a91aace93d93
tree178039f3e483dc13558312ef84f747aafade451c
parent00426d9c1928927c5825076f1ff7ce5b67c20b85
Sure up ownership passing of the PBQPBuilder by passing unique_ptrs by value rather than lvalue reference.

Also removes an unnecessary '.release()' that should've been a std::move
anyway. (I'm on a hunt for '.release()' calls)

llvm-svn: 213464
llvm/include/llvm/CodeGen/RegAllocPBQP.h
llvm/lib/CodeGen/RegAllocPBQP.cpp