mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Remove unused predicate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225893 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -182,8 +182,6 @@ def HasMips64r6 : Predicate<"Subtarget->hasMips64r6()">,
|
|||||||
AssemblerPredicate<"FeatureMips64r6">;
|
AssemblerPredicate<"FeatureMips64r6">;
|
||||||
def NotMips64r6 : Predicate<"!Subtarget->hasMips64r6()">,
|
def NotMips64r6 : Predicate<"!Subtarget->hasMips64r6()">,
|
||||||
AssemblerPredicate<"!FeatureMips64r6">;
|
AssemblerPredicate<"!FeatureMips64r6">;
|
||||||
def IsN64 : Predicate<"Subtarget->isABI_N64()">,
|
|
||||||
AssemblerPredicate<"FeatureN64">;
|
|
||||||
def InMips16Mode : Predicate<"Subtarget->inMips16Mode()">,
|
def InMips16Mode : Predicate<"Subtarget->inMips16Mode()">,
|
||||||
AssemblerPredicate<"FeatureMips16">;
|
AssemblerPredicate<"FeatureMips16">;
|
||||||
def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
|
def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
|
||||||
|
Reference in New Issue
Block a user