mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 14:07:32 +00:00
Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
Benjamin Kramer. llvm-svn: 157504
This commit is contained in:
parent
a909ffb08b
commit
0a61e3a69b
@ -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…
Reference in New Issue
Block a user