summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-05-01 10:08:36 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-05-01 10:08:36 +0000
commit88fbbcaa302a1889d0ca32004420a63f2a9f8f75 (patch)
tree76b97722962f0a0da592f85d0ab8824e99096dea /llvm/lib
parent7eacbd5a7105e9620e061a20143bdd0c6c5d6f99 (diff)
downloadbcm5719-llvm-88fbbcaa302a1889d0ca32004420a63f2a9f8f75.tar.gz
bcm5719-llvm-88fbbcaa302a1889d0ca32004420a63f2a9f8f75.zip
[mips] Removed two-operand alias for sllv, sr[al]v, rotrv, dsllv, dsr[al]v, and drotrv
GAS doesn't actually accept these particular cases. The mnemonic without the trailing 'v' still supports two-operand aliases. llvm-svn: 207740
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/MipsInstrInfo.td4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrInfo.td b/llvm/lib/Target/Mips/MipsInstrInfo.td
index a1c49c0ccf9..8bb1a9b0bcc 100644
--- a/llvm/lib/Target/Mips/MipsInstrInfo.td
+++ b/llvm/lib/Target/Mips/MipsInstrInfo.td
@@ -496,9 +496,7 @@ class shift_rotate_reg<string opstr, RegisterOperand RO, InstrItinClass itin,
InstSE<(outs RO:$rd), (ins RO:$rt, GPR32Opnd:$rs),
!strconcat(opstr, "\t$rd, $rt, $rs"),
[(set RO:$rd, (OpNode RO:$rt, GPR32Opnd:$rs))], itin, FrmR,
- opstr> {
- let TwoOperandAliasConstraint = "$rt = $rd";
-}
+ opstr>;
// Load Upper Imediate
class LoadUpper<string opstr, RegisterOperand RO, Operand Imm>:
OpenPOWER on IntegriCloud