diff options
author | Evan Cheng <evan.cheng@apple.com> | 2005-12-20 20:08:53 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2005-12-20 20:08:53 +0000 |
commit | 6a3bfd97f287ba46f532b304e90dded147825797 (patch) | |
tree | 475140c7c6331b8fa5d5d666d0183b887498ee4b | |
parent | 5fb5e10cdce4680c84ab35c2176d2c685129de24 (diff) |
Flip the meaning of FPContractions to reflect Requires<[]> change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24884 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/PPCInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index a0356a67c5..f78cbbbe37 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.td +++ b/lib/Target/PowerPC/PPCInstrInfo.td @@ -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. |