projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200370f
)
Format #APP lines a bit nicer
author
Chris Lattner
<sabre@nondot.org>
Mon, 1 May 2006 04:11:03 +0000
(
04:11
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 1 May 2006 04:11:03 +0000
(
04:11
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28026
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter.cpp
b/lib/CodeGen/AsmPrinter.cpp
index 48d4a20a83f55c6ef5442fc7815154edec15b5a4..b28c386788949fe3d6ea08a47464ea9355f7d1c5 100644
(file)
--- a/
lib/CodeGen/AsmPrinter.cpp
+++ b/
lib/CodeGen/AsmPrinter.cpp
@@
-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"),