[llvm] r202221 - 80-col.

Eric Christopher echristo at gmail.com
Tue Feb 25 18:53:18 PST 2014


Author: echristo
Date: Tue Feb 25 20:53:18 2014
New Revision: 202221

URL: http://llvm.org/viewvc/llvm-project?rev=202221&view=rev
Log:
80-col.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp?rev=202221&r1=202220&r2=202221&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp Tue Feb 25 20:53:18 2014
@@ -132,7 +132,8 @@ void AsmPrinter::EmitInlineAsm(StringRef
 
   // 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>





More information about the llvm-commits mailing list