80-col.
authorEric Christopher <echristo@gmail.com>
Wed, 26 Feb 2014 02:53:18 +0000 (02:53 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 26 Feb 2014 02:53:18 +0000 (02:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202221 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp

index f2813e72c1a4dc1e8d699ca39e6a43d962615726..27f009915e63668cc8421bc16ec80f01deb066f9 100644 (file)
@@ -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<MCTargetAsmParser>