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:
1c05997
)
Print *some* grouping around inline asm blocks so we know where they are.
author
Chris Lattner
<sabre@nondot.org>
Fri, 5 May 2006 21:48:50 +0000
(21:48 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 5 May 2006 21:48:50 +0000
(21:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28133
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86AsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86AsmPrinter.cpp
b/lib/Target/X86/X86AsmPrinter.cpp
index 1eb4460e69088f2a82222d1150b83d34ee20fead..07035f615bba68f6b36d117a460bab1b54a5a3ae 100644
(file)
--- a/
lib/Target/X86/X86AsmPrinter.cpp
+++ b/
lib/Target/X86/X86AsmPrinter.cpp
@@
-66,7
+66,8
@@
bool X86SharedAsmPrinter::doInitialization(Module &M) {
forDarwin = true;
StaticCtorsSection = ".mod_init_func";
StaticDtorsSection = ".mod_term_func";
- InlineAsmStart = InlineAsmEnd = ""; // Don't use #APP/#NO_APP
+ InlineAsmStart = "# InlineAsm Start";
+ InlineAsmEnd = "# InlineAsm End";
break;
case X86Subtarget::isCygwin:
GlobalPrefix = "_";