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:
7660ebc
)
Print a grouping around inline asm blocks so that we can tell when we are
author
Chris Lattner
<sabre@nondot.org>
Fri, 5 May 2006 21:50:04 +0000
(21:50 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 5 May 2006 21:50:04 +0000
(21:50 +0000)
using them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28134
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCAsmPrinter.cpp
b/lib/Target/PowerPC/PPCAsmPrinter.cpp
index dbd3b03e7bcc2afba0f4807cbf11a95e96d17a8c..679c96534bfbe547cf8e6fe567861d1bfa1a615d 100644
(file)
--- a/
lib/Target/PowerPC/PPCAsmPrinter.cpp
+++ b/
lib/Target/PowerPC/PPCAsmPrinter.cpp
@@
-282,7
+282,8
@@
namespace {
LCOMMDirective = "\t.lcomm\t";
StaticCtorsSection = ".mod_init_func";
StaticDtorsSection = ".mod_term_func";
- InlineAsmStart = InlineAsmEnd = ""; // Don't use #APP/#NO_APP
+ InlineAsmStart = "# InlineAsm Start";
+ InlineAsmEnd = "# InlineAsm End";
}
virtual const char *getPassName() const {