Format #APP lines a bit nicer

llvm-svn: 28026
This commit is contained in:
Chris Lattner 2006-05-01 04:11:03 +00:00
parent f71f0f2e0b
commit 25f55ae74a
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ AsmPrinter::AsmPrinter(std::ostream &o, TargetMachine &tm)
GlobalVarAddrSuffix(""), GlobalVarAddrSuffix(""),
FunctionAddrPrefix(""), FunctionAddrPrefix(""),
FunctionAddrSuffix(""), FunctionAddrSuffix(""),
InlineAsmStart("#APP\n"), InlineAsmStart("#APP\n\t"),
InlineAsmEnd("#NO_APP\n"), InlineAsmEnd("\t#NO_APP\n"),
ZeroDirective("\t.zero\t"), ZeroDirective("\t.zero\t"),
AsciiDirective("\t.ascii\t"), AsciiDirective("\t.ascii\t"),
AscizDirective("\t.asciz\t"), AscizDirective("\t.asciz\t"),