summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-01-14 00:50:33 +0000
committerEric Christopher <echristo@gmail.com>2015-01-14 00:50:33 +0000
commit16370678e33c5f8a809ab5cc6dd17bc3a99d1e9e (patch)
treebb7f2c77af8bdb4336a98e54c3d42f37d4f61af9
parent2b8ef99aa8c14c848126cc204bc9248e75d94cc4 (diff)
downloadbcm5719-llvm-16370678e33c5f8a809ab5cc6dd17bc3a99d1e9e.tar.gz
bcm5719-llvm-16370678e33c5f8a809ab5cc6dd17bc3a99d1e9e.zip
Remove unused predicate.
llvm-svn: 225893
-rw-r--r--llvm/lib/Target/Mips/MipsInstrInfo.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrInfo.td b/llvm/lib/Target/Mips/MipsInstrInfo.td
index 61a1f510003..aef10395697 100644
--- a/llvm/lib/Target/Mips/MipsInstrInfo.td
+++ b/llvm/lib/Target/Mips/MipsInstrInfo.td
@@ -182,8 +182,6 @@ def HasMips64r6 : Predicate<"Subtarget->hasMips64r6()">,
AssemblerPredicate<"FeatureMips64r6">;
def NotMips64r6 : Predicate<"!Subtarget->hasMips64r6()">,
AssemblerPredicate<"!FeatureMips64r6">;
-def IsN64 : Predicate<"Subtarget->isABI_N64()">,
- AssemblerPredicate<"FeatureN64">;
def InMips16Mode : Predicate<"Subtarget->inMips16Mode()">,
AssemblerPredicate<"FeatureMips16">;
def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
OpenPOWER on IntegriCloud