Remove an extra ";", NFC.

llvm-svn: 370465
This commit is contained in:
Haojian Wu 2019-08-30 12:09:31 +00:00
parent 485760f4c0
commit ed170c9bf9
1 changed files with 1 additions and 1 deletions

View File

@ -1922,7 +1922,7 @@ bool LoopIdiomRecognize::matchBCmpLoopStructure(
} }
LLVM_DEBUG(dbgs() << "Recognized basic control-flow layout.\n"); LLVM_DEBUG(dbgs() << "Recognized basic control-flow layout.\n");
return true; return true;
}; }
bool LoopIdiomRecognize::matchBCmpOfLoads(Value *BCmpValue, bool LoopIdiomRecognize::matchBCmpOfLoads(Value *BCmpValue,
CmpOfLoads &CmpOfLoads) const { CmpOfLoads &CmpOfLoads) const {