Add unittest for LiveIntervalAnalysis::handleMove()
authorMatthias Braun <matze@braunis.de>
Mon, 2 May 2016 23:05:48 +0000 (23:05 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 2 May 2016 23:05:48 +0000 (23:05 +0000)
commit3199c4e1efe3b92e383518170cde914fd0c6792a
tree243abae71c4e9e31a642e49783248b2b2ea515e3
parent776e6de51626b01b6e4d062c243e48bcc9446884
Add unittest for LiveIntervalAnalysis::handleMove()

This re-applies r260905. It requires LiveIntervals to not require
LiveVariables which was reverted and re-applied in r267954.

llvm-svn: 268329
llvm/unittests/MI/CMakeLists.txt
llvm/unittests/MI/LiveIntervalTest.cpp