Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
[oota-llvm.git] / lib / Target / Mips / MipsInstrInfo.td
index 5acb988e553a1eb6c20e06eefc0865ff271cd76b..49b293c163f519ddf871278ab3af5bf913403586 100644 (file)
@@ -148,9 +148,8 @@ def RelocPIC    :     Predicate<"TM.getRelocationModel() == Reloc::PIC_">,
                       AssemblerPredicate<"FeatureMips32">;
 def NoNaNsFPMath :    Predicate<"TM.Options.NoNaNsFPMath">,
                       AssemblerPredicate<"FeatureMips32">;
-def HasStandardEncoding:
-  Predicate<"Subtarget.hasStandardEncoding()">,
-  AssemblerPredicate<"FeatureMips32,FeatureMips32r2,FeatureMips64"> ;
+def HasStandardEncoding : Predicate<"Subtarget.hasStandardEncoding()">,
+                          AssemblerPredicate<"!FeatureMips16">;
 
 //===----------------------------------------------------------------------===//
 // Instruction format superclass