[llvm] r201682 - [mips] Remove unused NotN64 predicate

Daniel Sanders daniel.sanders at imgtec.com
Wed Feb 19 07:16:47 PST 2014


Author: dsanders
Date: Wed Feb 19 09:16:47 2014
New Revision: 201682

URL: http://llvm.org/viewvc/llvm-project?rev=201682&view=rev
Log:
[mips] Remove unused NotN64 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=201682&r1=201681&r2=201682&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsInstrInfo.td (original)
+++ llvm/trunk/lib/Target/Mips/MipsInstrInfo.td Wed Feb 19 09:16:47 2014
@@ -168,8 +168,6 @@ def HasMips64r2  :    Predicate<"Subtarg
                       AssemblerPredicate<"FeatureMips64r2">;
 def IsN64       :     Predicate<"Subtarget.isABI_N64()">,
                       AssemblerPredicate<"FeatureN64">;
-def NotN64      :     Predicate<"!Subtarget.isABI_N64()">,
-                      AssemblerPredicate<"!FeatureN64">;
 def InMips16Mode :    Predicate<"Subtarget.inMips16Mode()">,
                       AssemblerPredicate<"FeatureMips16">;
 def RelocStatic :     Predicate<"TM.getRelocationModel() == Reloc::Static">,





More information about the llvm-commits mailing list