Skip to content

Commit f6c76d5

Browse files
authored
[PM] Remove is_analysis label for LoopSimplify (#121433)
This reverts part of the changes in #118779
1 parent 18de1db commit f6c76d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/LoopSimplify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
778778
INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
779779
INITIALIZE_PASS_DEPENDENCY(LoopInfoWrapperPass)
780780
INITIALIZE_PASS_END(LoopSimplify, "loop-simplify", "Canonicalize natural loops",
781-
false, true)
781+
false, false)
782782

783783
// Publicly exposed interface to pass...
784784
char &llvm::LoopSimplifyID = LoopSimplify::ID;

0 commit comments

Comments
 (0)