[AArch64] Reenable the PBQP test now that the leak issue has been fixed.
authorArnaud A. de Grandmaison <arnaud.degrandmaison@arm.com>
Thu, 11 Sep 2014 10:39:52 +0000 (10:39 +0000)
committerArnaud A. de Grandmaison <arnaud.degrandmaison@arm.com>
Thu, 11 Sep 2014 10:39:52 +0000 (10:39 +0000)
commitd1c83953b9c151e055b3e386b0ad35677ac503ae
tree2f5b737a8cf48e99020a3f799afa10fc53fb9db3
parent993f84c9bccc1a219e35058e731a864684f72502
[AArch64] Reenable the PBQP test now that the leak issue has been fixed.

David Blaikie's commits r217563 & r217564, which added shared_ptr to the
CostPool have fixed some memory leak issues exposed by the PBQP with
coalescing constraints.

The sanitizer bot was failing because of those leaks. Now that the leaks
are gone, we can reenable the aarch64/pbqp test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217580 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AArch64/PBQP.ll [new file with mode: 0644]