Add API "handleMoveIntoBundl" for updating liveness when moving instructions into
authorLang Hames <lhames@gmail.com>
Tue, 21 Feb 2012 22:29:38 +0000 (22:29 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 21 Feb 2012 22:29:38 +0000 (22:29 +0000)
commit4586d257abf13b57d115d6bac9fb38ddc811acaf
treebc85b2c5b9b45356a42c068abd4640dd4d2ca6ee
parentce7090360bf5b6d3f11c5c245cf5d4647f8c8a3b
Add API "handleMoveIntoBundl" for updating liveness when moving instructions into
bundles. This method takes a bundle start and an MI being bundled, and makes
the intervals for the MI's operands appear to start/end on the bundle start.

Also fixes some minor cosmetic issues (whitespace, naming convention) in the
HMEditor code.

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