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 47fbe85 commit f8097fbCopy full SHA for f8097fb
llvm/lib/Transforms/Utils/LoopUtils.cpp
@@ -894,7 +894,7 @@ std::optional<unsigned> llvm::getLoopEstimatedTripCount(
894
895
// Return the estimated trip count from metadata unless the metadata is
896
// missing or has no value.
897
- bool Missing;
+ bool Missing = false; // Initialization is expected to be unused.
898
if (auto TC = getOptionalIntLoopAttribute(L, LLVMLoopEstimatedTripCount,
899
&Missing)) {
900
LLVM_DEBUG(dbgs() << "getLoopEstimatedTripCount: "
0 commit comments