Skip to content

Commit

Permalink
[PM] Fix a small typo from when I ported JumpThreading
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274440 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chisophugis committed Jul 2, 2016
1 parent c964a30 commit ea9886a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Transforms/Scalar/JumpThreading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ PreservedAnalyses JumpThreadingPass::run(Function &F,
PreservedAnalyses PA;
PA.preserve<LazyValueAnalysis>();
PA.preserve<GlobalsAA>();
return PreservedAnalyses::none();
return PA;
}

bool JumpThreadingPass::runImpl(Function &F, TargetLibraryInfo *TLI_,
Expand Down

0 comments on commit ea9886a

Please sign in to comment.