[llvm] r225893 - Remove unused predicate.
Eric Christopher
echristo at gmail.com
Tue Jan 13 16:50:34 PST 2015
Author: echristo
Date: Tue Jan 13 18:50:33 2015
New Revision: 225893
URL: http://llvm.org/viewvc/llvm-project?rev=225893&view=rev
Log:
Remove unused predicate.
Modified:
llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
Modified: llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsInstrInfo.td?rev=225893&r1=225892&r2=225893&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsInstrInfo.td (original)
+++ llvm/trunk/lib/Target/Mips/MipsInstrInfo.td Tue Jan 13 18:50:33 2015
@@ -182,8 +182,6 @@ def HasMips64r6 : Predicate<"Subtarg
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()">,
More information about the llvm-commits
mailing list