diff options
author | Matthias Braun <matze@braunis.de> | 2017-02-28 02:24:30 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2017-02-28 02:24:30 +0000 |
commit | 81f68ec3a94bdf03c49fe1dc0d8265471be22e91 (patch) | |
tree | 501b8a711a6a4d7e38f76a8818560eff12266dc5 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 57196dbadb61c0120a08ceb6393b4059d236fd0b (diff) | |
download | bcm5719-llvm-81f68ec3a94bdf03c49fe1dc0d8265471be22e91.tar.gz bcm5719-llvm-81f68ec3a94bdf03c49fe1dc0d8265471be22e91.zip |
Revert "Add MIR-level outlining pass"
Revert Machine Outliner for now, as it breaks the asan bot.
This reverts commit r296418.
llvm-svn: 296426
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp index 6afd9648dd1..da4d7c992b0 100644 --- a/llvm/lib/CodeGen/CodeGen.cpp +++ b/llvm/lib/CodeGen/CodeGen.cpp @@ -57,7 +57,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) { initializeMachineLoopInfoPass(Registry); initializeMachineModuleInfoPass(Registry); initializeMachineOptimizationRemarkEmitterPassPass(Registry); - initializeMachineOutlinerPass(Registry); initializeMachinePipelinerPass(Registry); initializeMachinePostDominatorTreePass(Registry); initializeMachineRegionInfoPassPass(Registry); |