diff options
author | David Blaikie <dblaikie@gmail.com> | 2018-03-22 19:36:54 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2018-03-22 19:36:54 +0000 |
commit | 2965a01e98c10563818a128a38721db5fb92e518 (patch) | |
tree | d3a28a4243241e0c1cdefd75dbc7d8d067f28297 /llvm/lib/Transforms/Utils/Utils.cpp | |
parent | 8c5f47ac406c817a3bbf1f17281b1a6bbfe7be89 (diff) | |
download | bcm5719-llvm-2965a01e98c10563818a128a38721db5fb92e518.tar.gz bcm5719-llvm-2965a01e98c10563818a128a38721db5fb92e518.zip |
Move the initialization of the Meta Renamer pass over to IPO along with the rest of it that was moved in r328209
llvm-svn: 328234
Diffstat (limited to 'llvm/lib/Transforms/Utils/Utils.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/Utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Utils.cpp b/llvm/lib/Transforms/Utils/Utils.cpp index f6c7d1c4989..4e4a6efc8b5 100644 --- a/llvm/lib/Transforms/Utils/Utils.cpp +++ b/llvm/lib/Transforms/Utils/Utils.cpp @@ -34,7 +34,6 @@ void llvm::initializeTransformUtils(PassRegistry &Registry) { initializeStripNonLineTableDebugInfoPass(Registry); initializeUnifyFunctionExitNodesPass(Registry); initializeInstSimplifierPass(Registry); - initializeMetaRenamerPass(Registry); initializeStripGCRelocatesPass(Registry); initializePredicateInfoPrinterLegacyPassPass(Registry); } |