forked from OSchip/llvm-project
Flip the meaning of FPContractions to reflect Requires<[]> change.
llvm-svn: 24884
This commit is contained in:
parent
4bf64a8ba4
commit
82285c55aa
|
@ -187,7 +187,7 @@ def xoaddr : ComplexPattern<i32, 2, "SelectAddrIdxOnly",[]>;
|
|||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// PowerPC Instruction Predicate Definitions.
|
||||
def FPContractions : Predicate<"NoExcessFPPrecision">;
|
||||
def FPContractions : Predicate<"!NoExcessFPPrecision">;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// PowerPC Instruction Definitions.
|
||||
|
|
Loading…
Reference in New Issue