Skip to content

Commit

Permalink
Fix silly typo introduced in renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Smowton committed May 22, 2015
1 parent 97cfd4a commit 264c548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llpe/main/Misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ PeelAttempt* IntegrationAttempt::getOrCreatePeelAttempt(const ShadowLoopInvar* N
// Preheaders only have one successor (the header), so this is enough.

ShadowBB* preheaderBB = getBB(NewL->preheaderIdx);
if(preheaderBB->isMarkedCertainOrAssumed()) {
if(!preheaderBB->isMarkedCertainOrAssumed()) {

LPDEBUG("Will not expand loop " << getBBInvar(NewL->headerIdx)->BB->getName() << " because the preheader is not certain/assumed to execute\n");
return 0;
Expand Down

0 comments on commit 264c548

Please sign in to comment.