mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[PM] Fix a small typo from when I ported JumpThreading
llvm-svn: 274440
This commit is contained in:
parent
0a0e355aa2
commit
18cd1f4c63
@ -153,7 +153,7 @@ PreservedAnalyses JumpThreadingPass::run(Function &F,
|
|||||||
PreservedAnalyses PA;
|
PreservedAnalyses PA;
|
||||||
PA.preserve<LazyValueAnalysis>();
|
PA.preserve<LazyValueAnalysis>();
|
||||||
PA.preserve<GlobalsAA>();
|
PA.preserve<GlobalsAA>();
|
||||||
return PreservedAnalyses::none();
|
return PA;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool JumpThreadingPass::runImpl(Function &F, TargetLibraryInfo *TLI_,
|
bool JumpThreadingPass::runImpl(Function &F, TargetLibraryInfo *TLI_,
|
||||||
|
Loading…
Reference in New Issue
Block a user