[llvm-commits] CVS: llvm/lib/Target/Sparc/EmitAssembly.cpp

Misha Brukman brukman at cs.uiuc.edu
Tue Sep 23 12:28:04 PDT 2003


Changes in directory llvm/lib/Target/Sparc:

EmitAssembly.cpp updated: 1.89 -> 1.90

---
Log message:

Fix spelling.


---
Diffs of the changes:

Index: llvm/lib/Target/Sparc/EmitAssembly.cpp
diff -u llvm/lib/Target/Sparc/EmitAssembly.cpp:1.89 llvm/lib/Target/Sparc/EmitAssembly.cpp:1.90
--- llvm/lib/Target/Sparc/EmitAssembly.cpp:1.89	Mon Aug 18 09:32:23 2003
+++ llvm/lib/Target/Sparc/EmitAssembly.cpp	Tue Sep 23 12:27:28 2003
@@ -500,7 +500,7 @@
   unsigned N = 1;
   for (unsigned OpNum = 0; OpNum < MI->getNumOperands(); OpNum += N)
     if (! ((1 << OpNum) & Mask)) {        // Ignore this operand?
-      if (NeedComma) toAsm << ", ";         // Handle comma outputing
+      if (NeedComma) toAsm << ", ";         // Handle comma outputting
       NeedComma = true;
       N = printOperands(MI, OpNum);
     } else





More information about the llvm-commits mailing list