OSDN Git Service

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)
commitc3e16a580792a4f92efe0bd3b24fb6c53561c6f7
treefef0cc74392a71ed6992a51a922d2aac8dc68344
parent579bab4252d27fec369fca49aab7fda023775307
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282200 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineScheduler.h
lib/CodeGen/MachineScheduler.cpp