Jumped the gun with r202551 and broke some bots that weren't yet C++11ified.
authorLang Hames <lhames@gmail.com>
Fri, 28 Feb 2014 22:44:44 +0000 (22:44 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 28 Feb 2014 22:44:44 +0000 (22:44 +0000)
commitba34beb600f1dbb1e71cb1c5ab3e3c7e9bfa9643
tree157a6bd969c2f837d8c4dd1771e47b1f294a61e9
parentd54d4f6b2e3371ad44a27d0b856b1718b0739091
Jumped the gun with r202551 and broke some bots that weren't yet C++11ified.

Reverting until the C++11 switch is complete.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202554 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/PBQP/CostAllocator.h [deleted file]
include/llvm/CodeGen/PBQP/Graph.h
include/llvm/CodeGen/PBQP/HeuristicBase.h [new file with mode: 0644]
include/llvm/CodeGen/PBQP/HeuristicSolver.h [new file with mode: 0644]
include/llvm/CodeGen/PBQP/Heuristics/Briggs.h [new file with mode: 0644]
include/llvm/CodeGen/PBQP/Math.h
include/llvm/CodeGen/PBQP/ReductionRules.h [deleted file]
include/llvm/CodeGen/PBQP/RegAllocSolver.h [deleted file]
include/llvm/CodeGen/PBQP/Solution.h
include/llvm/CodeGen/RegAllocPBQP.h
lib/CodeGen/RegAllocPBQP.cpp