OSDN Git Service

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)
commitcde8f4fdcc39b26ab2b63b63bf876fa4e72d394c
tree27dc9adb98dbd2e90b1fab09ad064318f611329a
parent1b86775a90e2de2ebe117106d657d6a92a7d5463
Add unittest for LiveIntervalAnalysis::handleMove()

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268329 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/MI/CMakeLists.txt
unittests/MI/LiveIntervalTest.cpp