Skip to content

Commit d4b34a1

Browse files
R33v0LTRot127
authored andcommitted
Set GPR32Reduced OperandType
1 parent 2e8642c commit d4b34a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/ARC/ARCInstrFormats.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def MEMrlimm : Operand<iAny> {
5353

5454
def GPR32Reduced : Operand<iAny> {
5555
let DecoderMethod = "DecodeGBR32ShortRegister";
56+
let OperandType = "OPERAND_REGISTER";
5657
}
5758

5859
// Helper classes for load/store instructions

0 commit comments

Comments
 (0)