[ScopInfo] Remove stray semicolon. NFC.

llvm-svn: 311547
This commit is contained in:
Michael Kruse 2017-08-23 12:34:37 +00:00
parent c3885c4589
commit 594386e773
1 changed files with 1 additions and 1 deletions

View File

@ -3869,7 +3869,7 @@ bool isAParameter(llvm::Value *maybeParam, const Function &F) {
return true;
return false;
};
}
bool Scop::canAlwaysBeHoisted(MemoryAccess *MA, bool StmtInvalidCtxIsEmpty,
bool MAInvalidCtxIsEmpty,