David Blaikie 7bda613297 Correct unique_ptr passing in MCObjectDisassembler::setFallbackRegion
Rather than passing by lvalue reference, pass by value to ensure that
the caller provides an rvalue (and use move assignment, rather than
release+reset, to assign to the member variable)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216916 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-02 17:29:51 +00:00
..
2014-06-24 22:45:16 +00:00
2014-05-03 19:57:04 +00:00
2014-08-20 23:49:36 +00:00
2014-05-03 19:57:04 +00:00
2014-07-03 02:01:39 +00:00