Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.163 -> 1.164 --- Log message: Flip the meaning of FPContractions to reflect Requires<[]> change. --- Diffs of the changes: (+1 -1) PPCInstrInfo.td | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.163 llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.164 --- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.163 Mon Dec 19 18:26:01 2005 +++ llvm/lib/Target/PowerPC/PPCInstrInfo.td Tue Dec 20 14:08:53 2005 @@ -187,7 +187,7 @@ //===----------------------------------------------------------------------===// // PowerPC Instruction Predicate Definitions. -def FPContractions : Predicate<"NoExcessFPPrecision">; +def FPContractions : Predicate<"!NoExcessFPPrecision">; //===----------------------------------------------------------------------===// // PowerPC Instruction Definitions. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits