summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-08-11 22:10:11 +0000
committerOwen Anderson <resistor@mac.com>2011-08-11 22:10:11 +0000
commiteca346ee1a392c37cfcf40153a87f24444187463 (patch)
tree919e2bdcc45df51cf4ff15de02e02a36e9079ec5 /llvm/lib
parentff0b4423301bc241d0e61fc6cfdfe3554b34b804 (diff)
downloadbcm5719-llvm-eca346ee1a392c37cfcf40153a87f24444187463.tar.gz
bcm5719-llvm-eca346ee1a392c37cfcf40153a87f24444187463.zip
Make the USAT16 operand decoder auto-generate-able.
llvm-svn: 137371
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index 0e10a974060..a400b7dfb08 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/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;
OpenPOWER on IntegriCloud