Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
authorAndrew Trick <atrick@apple.com>
Wed, 8 Feb 2012 02:17:25 +0000 (02:17 +0000)
committerAndrew Trick <atrick@apple.com>
Wed, 8 Feb 2012 02:17:25 +0000 (02:17 +0000)
commit99a7a13f4aa5bf8f272c95f7b09ba997d2b30a35
tree5f4693eb6e8c5f69494c69274979dbc22af18c98
parent291411c7a164dd1b347b5ef21e062120efac3db7
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.

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