[llvm-commits] [llvm] r145875 - /llvm/trunk/include/llvm/MC/MCAssembler.h

Jim Grosbach grosbach at apple.com
Mon Dec 5 16:11:13 PST 2011


Author: grosbach
Date: Mon Dec  5 18:11:13 2011
New Revision: 145875

URL: http://llvm.org/viewvc/llvm-project?rev=145875&view=rev
Log:
Tidy up. 80 columns.

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

Modified: llvm/trunk/include/llvm/MC/MCAssembler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCAssembler.h?rev=145875&r1=145874&r2=145875&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCAssembler.h (original)
+++ llvm/trunk/include/llvm/MC/MCAssembler.h Mon Dec  5 18:11:13 2011
@@ -747,7 +747,8 @@
 public:
   /// Compute the effective fragment size assuming it is laid out at the given
   /// \arg SectionAddress and \arg FragmentOffset.
-  uint64_t computeFragmentSize(const MCAsmLayout &Layout, const MCFragment &F) const;
+  uint64_t computeFragmentSize(const MCAsmLayout &Layout,
+                               const MCFragment &F) const;
 
   /// Find the symbol which defines the atom containing the given symbol, or
   /// null if there is no such symbol.





More information about the llvm-commits mailing list