mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 01:14:12 +00:00
[mips] Remove unused NotN64 predicate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201682 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
35f15e54a9
commit
f51321702b
@ -168,8 +168,6 @@ def HasMips64r2 : Predicate<"Subtarget.hasMips64r2()">,
|
||||
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">,
|
||||
|
Loading…
Reference in New Issue
Block a user