Related to r181161 - Indirect branches may not be the last branch in a basic
authorLang Hames <lhames@gmail.com>
Tue, 16 Jul 2013 22:01:40 +0000 (22:01 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 16 Jul 2013 22:01:40 +0000 (22:01 +0000)
commit57a113eb0d8b9e34c583535c3fa876e289e54c04
tree34f2b86b4da9ee0ef6aed9b30c4006a13a9094ff
parent2bc3dda186bc645f978c78942e85a2f0ba5d3859
Related to r181161 - Indirect branches may not be the last branch in a basic
block. Blocks that have an indirect branch terminator, even if it's not the
last terminator, should still be treated as unanalyzable.

<rdar://problem/14437274>

Reducing a useful regression test case is proving difficult - I hope to have
one soon.

llvm-svn: 186461
llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp