Properly verify liveness with bundled machine instructions.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 6 Jun 2012 22:34:30 +0000 (22:34 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 6 Jun 2012 22:34:30 +0000 (22:34 +0000)
commit1f9c3ec831cf63f7833680c38362c1e92c251aff
tree93b3d7d8807a2d608ea5bc921a976a069dd335a5
parent8e5271d4629a24a69c4816ae803888e178e82cc2
Properly verify liveness with bundled machine instructions.

Bundles should be treated as one atomic transaction when checking
liveness. That is how the register allocator (and VLIW targets) treats
bundles.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158116 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineVerifier.cpp