aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2005-12-20 20:08:53 +0000
committerEvan Cheng <evan.cheng@apple.com>2005-12-20 20:08:53 +0000
commit6a3bfd97f287ba46f532b304e90dded147825797 (patch)
tree475140c7c6331b8fa5d5d666d0183b887498ee4b /lib/Target/PowerPC/PPCInstrInfo.td
parent5fb5e10cdce4680c84ab35c2176d2c685129de24 (diff)
downloadexternal_llvm-6a3bfd97f287ba46f532b304e90dded147825797.zip
external_llvm-6a3bfd97f287ba46f532b304e90dded147825797.tar.gz
external_llvm-6a3bfd97f287ba46f532b304e90dded147825797.tar.bz2
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
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td
index a0356a6..f78cbbb 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.