aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips.td
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-09-09 19:00:51 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-09-09 19:00:51 +0000
commitd199d0c59c29721024a532ddfeb7247acade065c (patch)
treee9dce52568317d38ebffb0086bd23a1184133288 /lib/Target/Mips/Mips.td
parentb6aed508e310e31dcb080e761ca856127cec0773 (diff)
downloadexternal_llvm-d199d0c59c29721024a532ddfeb7247acade065c.zip
external_llvm-d199d0c59c29721024a532ddfeb7247acade065c.tar.gz
external_llvm-d199d0c59c29721024a532ddfeb7247acade065c.tar.bz2
Drop support for Allegrex. Allegrex implements a variant of Mips2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Mips.td')
-rw-r--r--lib/Target/Mips/Mips.td7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Target/Mips/Mips.td b/lib/Target/Mips/Mips.td
index 4087c82..5d27878 100644
--- a/lib/Target/Mips/Mips.td
+++ b/lib/Target/Mips/Mips.td
@@ -82,13 +82,6 @@ def : Proc<"r6000", [FeatureMips2]>;
def : Proc<"mips32r1", [FeatureMips32]>;
def : Proc<"4ke", [FeatureMips32r2]>;
-// Allegrex is a 32bit subset of r4000, both for integer and fp registers,
-// but much more similar to Mips2 than Mips3. It also contains some of
-// Mips32/Mips32r2 instructions and a custom vector fpu processor.
-def : Proc<"allegrex", [FeatureMips2, FeatureSingleFloat, FeatureEABI,
- FeatureVFPU, FeatureSEInReg, FeatureCondMov, FeatureMulDivAdd,
- FeatureMinMax, FeatureSwap, FeatureBitCount]>;
-
def MipsAsmWriter : AsmWriter {
string AsmWriterClassName = "InstPrinter";
bit isMCAsmWriter = 1;