Jakob Stoklund Olesen 2e4b639790 Use bidirectional bundle flags to simplify important functions.
The bundle_iterator::operator++ function now doesn't need to dig out the
basic block and check against end(). It can use the isBundledWithSucc()
flag to find the last bundled instruction safely.

Similarly, MachineInstr::isBundled() no longer needs to look at
iterators etc. It only has to look at flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170473 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-18 23:21:49 +00:00
..
2012-10-08 23:14:28 +00:00
2012-12-17 20:40:14 +00:00
2012-10-11 23:30:49 +00:00
2012-12-17 20:40:14 +00:00
2012-12-11 21:25:42 +00:00
2012-08-17 06:36:26 +00:00
2012-12-11 21:25:42 +00:00
2012-12-17 11:43:15 +00:00
2012-10-11 23:30:49 +00:00