diff options
author | Lang Hames <lhames@gmail.com> | 2011-12-06 01:57:59 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2011-12-06 01:57:59 +0000 |
commit | bae56b4c216ac8b4573fb90e7d1a63acace6f53d (patch) | |
tree | 8479bdd5bbf73a039b9b3f8af8f95f41471b1fc4 /lib/CodeGen/CodeGen.cpp | |
parent | 80caf9c2737d4f1bf5bae3a283fe9d538f5e2970 (diff) |
Kill off the LoopSplitter. It's not being used or maintained.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | lib/CodeGen/CodeGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGen.cpp b/lib/CodeGen/CodeGen.cpp index 3112c229a3..48b71d97cb 100644 --- a/lib/CodeGen/CodeGen.cpp +++ b/lib/CodeGen/CodeGen.cpp @@ -45,7 +45,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) { initializeRegisterCoalescerPass(Registry); initializeRenderMachineFunctionPass(Registry); initializeSlotIndexesPass(Registry); - initializeLoopSplitterPass(Registry); initializeStackProtectorPass(Registry); initializeStackSlotColoringPass(Registry); initializeStrongPHIEliminationPass(Registry); |