mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-09 05:11:39 +00:00
Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
Benjamin Kramer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157504 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
53caba6cc2
commit
3ad21bef92
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user