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:
Chandler Carruth 2012-05-04 21:24:27 +00:00
parent 40a97f48f7
commit 30dfdfca3b
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ bool ScopDetection::allBlocksValid(DetectionContext &Context) const {
for (Region::block_iterator I = R.block_begin(), E = R.block_end(); I != E;
++I)
if (!isValidBasicBlock(*I, Context))
if (!isValidBasicBlock(**I, Context))
return false;
return true;