[polly] r221026 - Remove the MaxLoopDepth attribute from the TempScop class

Tobias Grosser tobias at grosser.es
Fri Oct 31 18:26:05 PDT 2014


On 01.11.2014 01:12, Johannes Doerfert wrote:
> Author: jdoerfert
> Date: Fri Oct 31 19:12:13 2014
> New Revision: 221026
>
> URL: http://llvm.org/viewvc/llvm-project?rev=221026&view=rev
> Log:
> Remove the MaxLoopDepth attribute from the TempScop class
>
>    Now MaxLoopDepth only lives in Scops not in TempScops anymore.
>    This is the first part of a series of changes to make TempScops
>    obsolete.

This breaks compilation with:

tools/polly/lib/Analysis/ScopInfo.cpp:1822:17: error: no member named 
'getMaxLoopDepth' in 'polly::TempScop'
   if (tempScop->getMaxLoopDepth() > 0)

I tried to fix it by replacing by tempScop-> with scop->, but then all
test cases fail.

Cheers,
Tobias




More information about the llvm-commits mailing list