| commit | c45e39b35f2d91012b70f35aa0addd2ec4afd496 | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@intel.com> | Mon Feb 04 21:24:13 2019 +0000 |
| committer | Craig Topper <craig.topper@intel.com> | Mon Feb 04 21:24:13 2019 +0000 |
| tree | 7c7b4ce062d6d338c9f42e767b740f7fd911fb90 | |
| parent | 1469ff417bba5e14c99edb8c9858a7a80458df4e [diff] |
[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