OSDN Git Service

post-ra-sched: Turn the KillIndices vector into a bitvector, it only stored two meani...
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 23 Feb 2012 19:15:40 +0000 (19:15 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 23 Feb 2012 19:15:40 +0000 (19:15 +0000)
commit46252d8ea1d264ca341e3ca3e7f4e3c82e32940e
tree25eaeb4d948d186a42c1febadc3e7c7b50fb94ee
parent49b726c339b6f3b9c51638bd0f453610f9765f2d
post-ra-sched: Turn the KillIndices vector into a bitvector, it only stored two meaningful states.

Rename it to LiveRegs to make it more clear what's stored inside.

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