From 8e6d6670a6d623531bdf0559b27612733121dab0 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 26 Feb 2014 02:53:18 +0000 Subject: 80-col. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202221 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp index f2813e72c1..27f009915e 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 -- cgit v1.2.3