[llvm-commits] [llvm] r122010 - /llvm/trunk/include/llvm/MC/MCAsmLayout.h

Daniel Dunbar daniel at zuster.org
Thu Dec 16 17:07:25 PST 2010


Author: ddunbar
Date: Thu Dec 16 19:07:25 2010
New Revision: 122010

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

Modified:
    llvm/trunk/include/llvm/MC/MCAsmLayout.h

Modified: llvm/trunk/include/llvm/MC/MCAsmLayout.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCAsmLayout.h?rev=122010&r1=122009&r2=122010&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCAsmLayout.h (original)
+++ llvm/trunk/include/llvm/MC/MCAsmLayout.h Thu Dec 16 19:07:25 2010
@@ -53,8 +53,8 @@
   /// Get the assembler object this is a layout for.
   MCAssembler &getAssembler() const { return Assembler; }
 
-  /// \brief Invalidate all following fragments because a fragment has been resized. The
-  /// fragments size should have already been updated.
+  /// \brief Invalidate all following fragments because a fragment has been
+  /// resized. The fragments size should have already been updated.
   void Invalidate(MCFragment *F);
 
   /// \brief Perform layout for a single fragment, assuming that the previous





More information about the llvm-commits mailing list