commit | 5676310c5dd8c31a6a42eecdf3621df52801558b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Aug 17 16:27:26 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Aug 17 16:27:26 2004 +0000 |
tree | fe000534b46c1fb1718218b0bd4952ef5fa273bc | |
parent | 0554fb6b9cf10717bd6ec099cd8193e9bb079a8d [diff] [blame] |
Print comments with ; git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15881 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPC32AsmPrinter.cpp b/lib/Target/PowerPC/PPC32AsmPrinter.cpp index 11eaf3d..a5fe5c2 100644 --- a/lib/Target/PowerPC/PPC32AsmPrinter.cpp +++ b/lib/Target/PowerPC/PPC32AsmPrinter.cpp
@@ -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