MachineScheduler: Remove ineffective heuristic; NFC
authorMatthias Braun <matze@braunis.de>
Thu, 22 Sep 2016 21:39:52 +0000 (21:39 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 22 Sep 2016 21:39:52 +0000 (21:39 +0000)
commit46533e614b78c538c24260f180a0b13298f198bb
treeb999be6a2a535c65261897126541e10d400ab0f9
parentc7957ef86cc4e8b87d19e746062368344c7acf7d
MachineScheduler: Remove ineffective heuristic; NFC

Currently all nodes get added to the NextSU list when they are released,
so any candidate must be in that list, making the heuristic ineffective.
Remove it for now, we can add it back later in a working fashion if
necessary.

llvm-svn: 282200
llvm/include/llvm/CodeGen/MachineScheduler.h
llvm/lib/CodeGen/MachineScheduler.cpp