[CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more places...
authorCraig Topper <craig.topper@intel.com>
Mon, 4 Feb 2019 21:24:13 +0000 (21:24 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 4 Feb 2019 21:24:13 +0000 (21:24 +0000)
commitc45e39b35f2d91012b70f35aa0addd2ec4afd496
tree7c7b4ce062d6d338c9f42e767b740f7fd911fb90
parent1469ff417bba5e14c99edb8c9858a7a80458df4e
[CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more places instead of just comparing opcode. NFCI

I'm looking at adding a second INLINEASM opcode for better modeling asm-goto
as a terminator. Using the existing predicate will reduce teh number of
places that will need to use the new opcode.

llvm-svn: 353095
llvm/include/llvm/CodeGen/MachineInstr.h
llvm/lib/Target/ARC/ARCInstrInfo.cpp
llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp