summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Passes
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2017-02-09 21:45:01 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2017-02-09 21:45:01 +0000
commit857aba44106ac543cbd8210cff56db46e7287c84 (patch)
tree0a9a451a9d3c75fa2ab976e2b78f8b65748f138e /llvm/lib/Passes
parentae3b43e488d15e528a58b79fec0af411e98e33e4 (diff)
downloadbcm5719-llvm-857aba44106ac543cbd8210cff56db46e7287c84.tar.gz
bcm5719-llvm-857aba44106ac543cbd8210cff56db46e7287c84.zip
Rename LowerTypeTestsSummaryAction to PassSummaryAction. NFCI.
I intend to use the same type with the same semantics in the WholeProgramDevirt pass. Differential Revision: https://reviews.llvm.org/D29746 llvm-svn: 294629
Diffstat (limited to 'llvm/lib/Passes')
-rw-r--r--llvm/lib/Passes/PassBuilder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Passes/PassBuilder.cpp b/llvm/lib/Passes/PassBuilder.cpp
index 6691a442e9b..520c9df3028 100644
--- a/llvm/lib/Passes/PassBuilder.cpp
+++ b/llvm/lib/Passes/PassBuilder.cpp
@@ -718,8 +718,8 @@ ModulePassManager PassBuilder::buildLTODefaultPipeline(OptimizationLevel Level,
// CFI is disabled.
// Enable once we add support for the summary in the new PM.
#if 0
- MPM.addPass(LowerTypeTestsPass(Summary ? LowerTypeTestsSummaryAction::Export :
- LowerTypeTestsSummaryAction::None,
+ MPM.addPass(LowerTypeTestsPass(Summary ? PassSummaryAction::Export :
+ PassSummaryAction::None,
Summary));
#endif
OpenPOWER on IntegriCloud