OSDN Git Service

Merging r370753:
authorHans Wennborg <hans@hanshq.net>
Thu, 5 Sep 2019 09:54:36 +0000 (09:54 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 5 Sep 2019 09:54:36 +0000 (09:54 +0000)
commit20e8d72470e72eabc1368e341f04c7723718f6bc
tree196fd0bc4c152e875124264eb175686a912686e4
parenta5f635e437c3eceda6b2e54ba2ff626d54aa7757
Merging r370753:
------------------------------------------------------------------------
r370753 | jonpa | 2019-09-03 15:31:22 +0200 (Tue, 03 Sep 2019) | 6 lines

[SystemZ]  Recognize INLINEASM_BR in backend.

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

Review: Ulrich Weigand
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_90@371043 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SystemZ/SystemZInstrInfo.cpp
test/CodeGen/SystemZ/asm-20.ll [new file with mode: 0644]