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");
|
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 {
|
||||||
|
|
Loading…
Reference in New Issue