Skip interleaved debug info when fast-forwarding through
authorDale Johannesen <dalej@apple.com>
Wed, 11 Mar 2009 22:19:43 +0000 (22:19 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 11 Mar 2009 22:19:43 +0000 (22:19 +0000)
commita891518c4dfd7dddc2f88be0100f8204e738afb3
tree8472c2837f952c24989d697ec46be621782e114f
parenta597a9761845652807c311e6622d6d727a5f1725
Skip interleaved debug info when fast-forwarding through
allocations.  Apparently the assumption is there is an
instruction (terminator?) following the allocation so I
am allowing the same assumption.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66716 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp