From: Eric Christopher Date: Wed, 26 Feb 2014 02:53:18 +0000 (+0000) Subject: 80-col. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e6d6670a6d623531bdf0559b27612733121dab0;p=oota-llvm.git 80-col. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202221 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp index f2813e72c1a..27f009915e6 100644 --- a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp +++ b/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp @@ -132,7 +132,8 @@ void AsmPrinter::EmitInlineAsm(StringRef Str, const MDNode *LocMDNode, // Preserve a copy of the original STI because the parser may modify it. For // example, when switching between arm and thumb mode. If the target needs to - // emit code to return to the original state it can do so in emitInlineAsmEnd(). + // emit code to return to the original state it can do so in + // emitInlineAsmEnd(). MCSubtargetInfo STIOrig = *STI; OwningPtr