Flip the meaning of FPContractions to reflect Requires<[]> change.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 20 Dec 2005 20:08:53 +0000 (20:08 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 20 Dec 2005 20:08:53 +0000 (20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24884 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCInstrInfo.td

index a0356a67c50a16c29028c8e7c51d47f9738c4c56..f78cbbbe37b06fb0d37ab06c6ee53d904c100c1d 100644 (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.