Revert "Convert liveness tracking to work on a sub-register level instead of just...
authorAndrew Trick <atrick@apple.com>
Fri, 13 Dec 2013 19:04:08 +0000 (19:04 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 13 Dec 2013 19:04:08 +0000 (19:04 +0000)
commita23bd2e761f528e91e2b4d14cc495b7afde3b4f2
treed6d5aaf4bc49ea79c712e6c3f70579b43c5312c2
parent38c9ecda9bf92a3bcea30096aeb170978526b925
Revert "Convert liveness tracking to work on a sub-register level instead of just register units."

This reverts commit r197253.

This was a great change, but Juergen should be the commit author.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197262 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LivePhysRegs.h [deleted file]
include/llvm/CodeGen/LiveRegUnits.h [new file with mode: 0644]
lib/CodeGen/CMakeLists.txt
lib/CodeGen/ExecutionDepsFix.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/LivePhysRegs.cpp [deleted file]
lib/CodeGen/LiveRegUnits.cpp [new file with mode: 0644]