Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 12eaab5

Browse files
committed
1 parent 241dc46 commit 12eaab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Transforms/Scalar/JumpThreading.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ namespace {
9595
void getAnalysisUsage(AnalysisUsage &AU) const override {
9696
AU.addRequired<AAResultsWrapperPass>();
9797
AU.addRequired<LazyValueInfoWrapperPass>();
98-
AU.addPreserved<LazyValueInfoWrapperPass>();
98+
// AU.addPreserved<LazyValueInfoWrapperPass>();
9999
AU.addPreserved<GlobalsAAWrapperPass>();
100100
AU.addRequired<TargetLibraryInfoWrapperPass>();
101101
}

0 commit comments

Comments
 (0)