From: Evan Cheng Date: Tue, 20 Dec 2005 20:08:53 +0000 (+0000) Subject: Flip the meaning of FPContractions to reflect Requires<[]> change. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6a3bfd97f287ba46f532b304e90dded147825797;p=oota-llvm.git 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 --- diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index a0356a67c50..f78cbbbe37b 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.td +++ b/lib/Target/PowerPC/PPCInstrInfo.td @@ -187,7 +187,7 @@ def xoaddr : ComplexPattern; //===----------------------------------------------------------------------===// // PowerPC Instruction Predicate Definitions. -def FPContractions : Predicate<"NoExcessFPPrecision">; +def FPContractions : Predicate<"!NoExcessFPPrecision">; //===----------------------------------------------------------------------===// // PowerPC Instruction Definitions.