[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Aug 17 09:27:37 PDT 2004



Changes in directory llvm/lib/Target/PowerPC:

PPC32AsmPrinter.cpp updated: 1.49 -> 1.50
---
Log message:

Print comments with ;


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

Index: llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp
diff -u llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:1.49 llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:1.50
--- llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:1.49	Tue Aug 17 01:37:12 2004
+++ llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp	Tue Aug 17 11:27:26 2004
@@ -45,6 +45,7 @@
 
     PPC32AsmPrinter(std::ostream &O, TargetMachine &TM)
       : AsmPrinter(O, TM), LabelNumber(0) {
+      CommentChar = ";";
       GlobalPrefix = "_";
       ZeroDirective = "\t.space\t";  // ".space N" emits N zeros.
       Data64bitsDirective = 0;       // we can't emit a 64-bit unit






More information about the llvm-commits mailing list