MachineScheduler: Improve debug output for "only one node in readyset"
authorMatthias Braun <matze@braunis.de>
Fri, 13 Nov 2015 22:30:29 +0000 (22:30 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 13 Nov 2015 22:30:29 +0000 (22:30 +0000)
commit17da66b18b5c2f88e962a707890176d3f22db91f
tree68cf20b94476d3840a107be1cad60be320e97f49
parentca7d645a607cb2fd8c2e056f64a9e1cac17ea8bb
MachineScheduler: Improve debug output for "only one node in readyset"

When there is only 1 node left in the ready queue and it is picked call
the reason "ONLY1" instead of "NOCAND".

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