mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
Fixed ambiguous call.
llvm-svn: 114431
This commit is contained in:
parent
324a43436f
commit
f2e621dcb8
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user