[llvm-branch-commits] [llvm] [LPM][LegacyPM] Reenable LCSSA Verification (PR #191667)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Apr 19 11:59:52 PDT 2026
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/191667
>From 5348f7b6bd2e1f184a67a7eeedfa203f8c6fb387 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sat, 11 Apr 2026 21:17:29 +0000
Subject: [PATCH] formatting
Created using spr 1.3.7
---
llvm/lib/Analysis/LoopPass.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/llvm/lib/Analysis/LoopPass.cpp b/llvm/lib/Analysis/LoopPass.cpp
index 3d8621c0c4fa2..44267c6e0124b 100644
--- a/llvm/lib/Analysis/LoopPass.cpp
+++ b/llvm/lib/Analysis/LoopPass.cpp
@@ -131,8 +131,7 @@ bool LPPassManager::runOnFunction(Function &F) {
LI = &LIWP.getLoopInfo();
Module &M = *F.getParent();
#ifndef NDEBUG
- DominatorTree *DT =
- &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
+ DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
#endif
bool Changed = false;
More information about the llvm-branch-commits
mailing list