[polly] Remove an unused local variable (NFC) (#144012)

This commit is contained in:
Kazu Hirata
2025-06-12 22:45:23 -07:00
committed by GitHub
parent 752538c12c
commit 054f4a50bb

View File

@@ -541,7 +541,6 @@ static bool
parseTopLevelPipeline(llvm::ModulePassManager &MPM,
PassInstrumentationCallbacks *PIC,
ArrayRef<PassBuilder::PipelineElement> Pipeline) {
std::vector<PassBuilder::PipelineElement> FullPipeline;
StringRef FirstName = Pipeline.front().Name;
if (!isScopPassName(FirstName))