OSDN Git Service

CodeGen: MachineBlockPlacement: Remove the unused outlining heuristic.
authorKyle Butt <kyle+llvm@iteratee.net>
Thu, 2 Mar 2017 21:44:24 +0000 (21:44 +0000)
committerKyle Butt <kyle+llvm@iteratee.net>
Thu, 2 Mar 2017 21:44:24 +0000 (21:44 +0000)
commitce9b88e1ed009882679a32ea03490b9b20a584bc
treec04598e8d9195cea5e3be12a7ed5eadd14956031
parent617c526c5c6a4172796b3f8652cbc909df5c8cd9
CodeGen: MachineBlockPlacement: Remove the unused outlining heuristic.

Outlining optional branches isn't a good heuristic, and it's never been
on by default. Remove it to clean things up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296818 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineBlockPlacement.cpp
test/CodeGen/X86/code_placement_outline_optional_branches.ll [deleted file]