mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-24 19:44:49 +00:00
Format #APP lines a bit nicer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28026 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
200370fb56
commit
c80c43eee0
@ -34,8 +34,8 @@ AsmPrinter::AsmPrinter(std::ostream &o, TargetMachine &tm)
|
||||
GlobalVarAddrSuffix(""),
|
||||
FunctionAddrPrefix(""),
|
||||
FunctionAddrSuffix(""),
|
||||
InlineAsmStart("#APP\n"),
|
||||
InlineAsmEnd("#NO_APP\n"),
|
||||
InlineAsmStart("#APP\n\t"),
|
||||
InlineAsmEnd("\t#NO_APP\n"),
|
||||
ZeroDirective("\t.zero\t"),
|
||||
AsciiDirective("\t.ascii\t"),
|
||||
AscizDirective("\t.asciz\t"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user