mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Remove an extra ";", NFC.
llvm-svn: 370465
This commit is contained in:
parent
841b39da98
commit
0ed47ee2b8
@ -1922,7 +1922,7 @@ bool LoopIdiomRecognize::matchBCmpLoopStructure(
|
||||
}
|
||||
LLVM_DEBUG(dbgs() << "Recognized basic control-flow layout.\n");
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
||||
bool LoopIdiomRecognize::matchBCmpOfLoads(Value *BCmpValue,
|
||||
CmpOfLoads &CmpOfLoads) const {
|
||||
|
Loading…
Reference in New Issue
Block a user