[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td
Evan Cheng
evan.cheng at apple.com
Tue Dec 20 12:09:04 PST 2005
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.
More information about the llvm-commits
mailing list