1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00

Print comments with ;

llvm-svn: 15881
This commit is contained in:
Chris Lattner 2004-08-17 16:27:26 +00:00
parent b8703980b4
commit 7ab985b9a2

View File

@ -45,6 +45,7 @@ namespace {
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