Make sure we're negating the assembler predicate - no testcase
authorEric Christopher <echristo@gmail.com>
Wed, 16 Sep 2015 23:38:18 +0000 (23:38 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 16 Sep 2015 23:38:18 +0000 (23:38 +0000)
because it isn't being used on anything via the assembler right
now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247866 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsInstrInfo.td

index f9bf19f00dca71af8197961f28239b1888f8c595..1c858195458e42b211398429863434c72d76dbd1 100644 (file)
@@ -157,7 +157,7 @@ def HasMips3     :    Predicate<"Subtarget->hasMips3()">,
 def HasMips4_32  :    Predicate<"Subtarget->hasMips4_32()">,
                       AssemblerPredicate<"FeatureMips4_32">;
 def NotMips4_32  :    Predicate<"!Subtarget->hasMips4_32()">,
-                      AssemblerPredicate<"FeatureMips4_32">;
+                      AssemblerPredicate<"!FeatureMips4_32">;
 def HasMips4_32r2 :   Predicate<"Subtarget->hasMips4_32r2()">,
                       AssemblerPredicate<"FeatureMips4_32r2">;
 def HasMips5_32r2 :   Predicate<"Subtarget->hasMips5_32r2()">,