OSDN Git Service

New helper function getMBBFromIndex() that given an index in any instruction of an...
authorRoman Levenstein <romix.llvm@googlemail.com>
Mon, 18 Feb 2008 09:35:30 +0000 (09:35 +0000)
committerRoman Levenstein <romix.llvm@googlemail.com>
Mon, 18 Feb 2008 09:35:30 +0000 (09:35 +0000)
commit8dd25288f9c79596e531b32c1b0bdfadcee7ffb9
tree608e0fc82961a393705e4a57814ac64b9c9947a4
parent5aa4f2a0857563b4ad9115c614afed9501aa58f4
New helper function getMBBFromIndex() that given an index in any instruction of an MBB returns a pointer the MBB. Reviewed by Evan.

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