mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +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:
parent
ce0f74d412
commit
7e73dc4ef9
@ -182,8 +182,6 @@ def HasMips64r6 : Predicate<"Subtarget->hasMips64r6()">,
|
||||
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()">,
|
||||
|
Loading…
x
Reference in New Issue
Block a user