aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/ARM/ARMInstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td
index 0e10a97406..a400b7dfb0 100644
--- a/lib/Target/ARM/ARMInstrInfo.td
+++ b/lib/Target/ARM/ARMInstrInfo.td
@@ -3191,8 +3191,8 @@ def USAT : AI<(outs GPRnopc:$Rd),
}
def USAT16 : AI<(outs GPRnopc:$Rd),
- (ins imm0_15:$sat_imm, GPRnopc:$a), SatFrm,
- NoItinerary, "usat16", "\t$Rd, $sat_imm, $a",
+ (ins imm0_15:$sat_imm, GPRnopc:$Rn), SatFrm,
+ NoItinerary, "usat16", "\t$Rd, $sat_imm, $Rn",
[/* For disassembly only; pattern left blank */]> {
bits<4> Rd;
bits<4> sat_imm;