Flip the meaning of FPContractions to reflect Requires<[]> change.

llvm-svn: 24884
This commit is contained in:
Evan Cheng 2005-12-20 20:08:53 +00:00
parent 4bf64a8ba4
commit 82285c55aa
1 changed files with 1 additions and 1 deletions

View File

@ -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.