[SystemZ] Recognize INLINEASM_BR in backend.
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Tue, 3 Sep 2019 13:31:22 +0000 (13:31 +0000)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Tue, 3 Sep 2019 13:31:22 +0000 (13:31 +0000)
commita0a811739dd0464b178e8c7351d6d4eb9e6838c6
tree149eff0dc3fc47ece0b4decc762155fb547820cb
parent600f5c572723d7979a779ea1483a4b1e8b83f465
[SystemZ]  Recognize INLINEASM_BR in backend.

SystemZInstrInfo::analyzeBranch() needs to check for INLINEASM_BR
instructions, or it will crash.

Review: Ulrich Weigand
llvm-svn: 370753
llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
llvm/test/CodeGen/SystemZ/asm-20.ll [new file with mode: 0644]