Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see
authorLang Hames <lhames@gmail.com>
Fri, 17 Feb 2012 18:44:18 +0000 (18:44 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 17 Feb 2012 18:44:18 +0000 (18:44 +0000)
commit3dc7c5138d219048d69952bead22f75efb984fa3
treeae5c3b193189c27c476e42d0c7d542f703de562b
parentebad58dc58d73097b3546e7fcb6fd7c17336d413
Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see
any changes.

Internally this adds a private inner class HMEditor, to LiveIntervals. HMEditor provides
an API for updating live intervals when code is moved or bundled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150826 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/LiveIntervalAnalysis.cpp