forked from OSchip/llvm-project
parent
485760f4c0
commit
ed170c9bf9
|
@ -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