[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td
Chris Lattner
lattner at cs.uiuc.edu
Thu Mar 23 23:12:38 PST 2006
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.204 -> 1.205
---
Log message:
Gabor points out that we can't spell. :)
---
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.204 llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.205
--- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.204 Thu Mar 23 13:54:27 2006
+++ llvm/lib/Target/PowerPC/PPCInstrInfo.td Fri Mar 24 01:12:19 2006
@@ -659,7 +659,7 @@
/// FMR is split into 3 versions, one for 4/8 byte FP, and one for extending.
///
/// Note that these are defined as pseudo-ops on the PPC970 because they are
-/// often coallesced away and we don't want the dispatch group builder to think
+/// often coalesced away and we don't want the dispatch group builder to think
/// that they will fill slots (which could cause the load of a LSU reject to
/// sneak into a d-group with a store).
def FMRS : XForm_26<63, 72, (ops F4RC:$frD, F4RC:$frB),
More information about the llvm-commits
mailing list