]> granicus.if.org Git - llvm/commit
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)
commit60e681a4b5bde4c3e2b5440f491d7ae1300d4a99
tree898d5f3955aee54e09eddeeb8380dfeda95820a8
parentac1b5f177b0bdb9730c60ffe8741b13ccafc4ff5
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)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213464 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/RegAllocPBQP.h
lib/CodeGen/RegAllocPBQP.cpp