1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[MSP430] Fix multiclass template parameter types. NFC.

Fixes TableGen parser errors reported by D95874.
This commit is contained in:
Simon Pilgrim 2021-02-05 16:50:37 +00:00
parent 14eab3bf0d
commit be84ae92d6

View File

@ -443,7 +443,7 @@ def MOV16mn : I16mn<0b0100, (outs), (ins memdst:$dst, indreg:$rs),
//===----------------------------------------------------------------------===//
// Arithmetic Instructions
multiclass Arith<bits<4> opcode, string asmstring, SDNode node,
multiclass Arith<bits<4> opcode, string asmstring, SDPatternOperator node,
bit commutes, list<Register> uses> {
let Defs = [SR], Uses = uses in {
let Constraints = "$src2 = $rd" in {