Skip to content

Commit 886f945

Browse files
committed
[PM] Remove is_analysis label for LoopSimplify
This is a transformation pass.
1 parent ed572f2 commit 886f945

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)