We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc6e59 commit 8697d44Copy full SHA for 8697d44
llvm/lib/CodeGen/CodeGenPrepare.cpp
@@ -595,7 +595,7 @@ bool CodeGenPrepare::runOnFunction(Function &F) {
595
}
596
597
// Verify BFI has been updated correctly by recomputing BFI and comparing them.
598
-void CodeGenPrepare::verifyBFIUpdates(Function &F) {
+void LLVM_ATTRIBUTE_UNUSED CodeGenPrepare::verifyBFIUpdates(Function &F) {
599
DominatorTree NewDT(F);
600
LoopInfo NewLI(NewDT);
601
BranchProbabilityInfo NewBPI(F, NewLI, TLInfo);
0 commit comments