[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 26 22:16:40 PST 2005



Changes in directory llvm/lib/Target/X86:

X86InstrInfo.td updated: 1.118 -> 1.119
---
Log message:

Fix spelling, patch contributed by Gabor Greif!



---
Diffs of the changes:  (+1 -1)

 X86InstrInfo.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.118 llvm/lib/Target/X86/X86InstrInfo.td:1.119
--- llvm/lib/Target/X86/X86InstrInfo.td:1.118	Wed Jan 19 01:50:03 2005
+++ llvm/lib/Target/X86/X86InstrInfo.td	Sun Feb 27 00:16:27 2005
@@ -1549,7 +1549,7 @@
 
 // NOTE: GAS and apparently all other AT&T style assemblers have a broken notion
 // of some of the 'reverse' forms of the fsub and fdiv instructions.  As such,
-// we have to put some 'r's in and take them out of wierd places.
+// we have to put some 'r's in and take them out of weird places.
 def FSUBRST0r  : FPST0rInst <0xE8, (ops RST:$op),
                              "fsubr $op">;
 def FSUBrST0   : FPrST0Inst <0xE8, (ops RST:$op),






More information about the llvm-commits mailing list