From: Daniel Dunbar Date: Fri, 17 Dec 2010 01:07:25 +0000 (+0000) Subject: Fix 80-col viola. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f249e5d5d71d50323e7a60af1ee555de14378515;p=oota-llvm.git Fix 80-col viola. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122010 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCAsmLayout.h b/include/llvm/MC/MCAsmLayout.h index 7ea0bac0f72..01cb0006b36 100644 --- a/include/llvm/MC/MCAsmLayout.h +++ b/include/llvm/MC/MCAsmLayout.h @@ -53,8 +53,8 @@ public: /// 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