diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-04-10 18:53:28 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-04-10 18:53:28 +0000 |
commit | ade321e7ddf76483ea8b9fd2921216e026c9dc1b (patch) | |
tree | 9d0f22b8eec20831e79785ad0ec7f366197fd6e3 /clang/lib/Frontend/FrontendActions.cpp | |
parent | 298e1712d827a05b2cbb2936a9fc67745fa68c13 (diff) | |
download | llvm-ade321e7ddf76483ea8b9fd2921216e026c9dc1b.zip llvm-ade321e7ddf76483ea8b9fd2921216e026c9dc1b.tar.gz llvm-ade321e7ddf76483ea8b9fd2921216e026c9dc1b.tar.bz2 |
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578.
llvm-svn: 329739
Diffstat (limited to 'clang/lib/Frontend/FrontendActions.cpp')
-rw-r--r-- | clang/lib/Frontend/FrontendActions.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp index 74563ad..8cb6a04 100644 --- a/clang/lib/Frontend/FrontendActions.cpp +++ b/clang/lib/Frontend/FrontendActions.cpp @@ -262,8 +262,6 @@ VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { } void VerifyPCHAction::ExecuteAction() { - llvm::NamedRegionTimer T("verifypch", "Verify PCH actions", GroupName, - GroupDescription, llvm::TimePassesIsEnabled); CompilerInstance &CI = getCompilerInstance(); bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0; const std::string &Sysroot = CI.getHeaderSearchOpts().Sysroot; @@ -661,8 +659,6 @@ void PreprocessOnlyAction::ExecuteAction() { } void PrintPreprocessedAction::ExecuteAction() { - llvm::NamedRegionTimer T("printpp", "Print PP actions", GroupName, - GroupDescription, llvm::TimePassesIsEnabled); CompilerInstance &CI = getCompilerInstance(); // Output file may need to be set to 'Binary', to avoid converting Unix style // line feeds (<LF>) to Microsoft style line feeds (<CR><LF>). |