llvm-objdump: Skip branches that leave the current function.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 22 Jul 2011 18:35:09 +0000 (18:35 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 22 Jul 2011 18:35:09 +0000 (18:35 +0000)
commit83a162ef8591d26b6105114e83061c600eb89749
treeca2c46c380f233079f5e8fc8b614b5f34b602f8b
parente0a03143df398c17a435c136b14316fd43f27fb7
llvm-objdump: Skip branches that leave the current function.

In "normal" code these only happen when disassembling data, so we
won't lose anything if we just drop them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135786 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/MCFunction.cpp