From 8b9e11c1106d97874ea40d21ad99864fd2edd1e4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 5 May 2006 21:50:04 +0000 Subject: Print a grouping around inline asm blocks so that we can tell when we are using them. llvm-svn: 28134 --- llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp index dbd3b03e7bc..679c96534bf 100644 --- a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp +++ b/llvm/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 { -- cgit v1.2.3