Fixed ambiguous call.

llvm-svn: 114431
This commit is contained in:
Lang Hames 2010-09-21 13:47:10 +00:00
parent 1a25ae88ff
commit 2b252f6b6d
1 changed files with 2 additions and 1 deletions

View File

@ -293,7 +293,8 @@ std::auto_ptr<PBQPRAProblem> PBQPBuilderWithCoalescing::build(
PBQP::PBQPNum cBenefit = std::pow(10.0f, loopInfo->getLoopDepth(mbb));
PBQP::PBQPNum cBenefit =
std::pow(10.0f, (float)loopInfo->getLoopDepth(mbb));
if (cp.isPhys()) {
if (!lis->isAllocatable(dst))