forked from OSchip/llvm-project
Try to fix the Polly build while I'm trying to get it to build at all locally.
llvm-svn: 156207
This commit is contained in:
parent
40a97f48f7
commit
30dfdfca3b
|
@ -482,7 +482,7 @@ bool ScopDetection::allBlocksValid(DetectionContext &Context) const {
|
||||||
|
|
||||||
for (Region::block_iterator I = R.block_begin(), E = R.block_end(); I != E;
|
for (Region::block_iterator I = R.block_begin(), E = R.block_end(); I != E;
|
||||||
++I)
|
++I)
|
||||||
if (!isValidBasicBlock(*I, Context))
|
if (!isValidBasicBlock(**I, Context))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue