]> granicus.if.org Git - llvm/commit
[pbqp] Delete some dead code, NFC.
authorVedant Kumar <vsk@apple.com>
Mon, 24 Oct 2016 20:35:35 +0000 (20:35 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 24 Oct 2016 20:35:35 +0000 (20:35 +0000)
commit0ca81d1cb2867de2d6b5fcb4ecbfc7b4c9edaa37
tree20b0aeba5715421dfb037d96300ca5c25d95c8f9
parent459c4c4cbee49678688418205aba0b2110df4c8e
[pbqp] Delete some dead code, NFC.

I took the opportunity to replace some copy|move constructors|assignment
operators with default implementations.

As a follow-up, I plan on threading unique_ptr<T []> through a few areas
per David Blaikie's advice.

Differential Revision: https://reviews.llvm.org/D24424

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285018 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/PBQP/Graph.h
include/llvm/CodeGen/PBQP/Math.h
include/llvm/CodeGen/PBQP/Solution.h
include/llvm/CodeGen/RegAllocPBQP.h