From: Eric Christopher Date: Tue, 10 Dec 2013 00:26:06 +0000 (+0000) Subject: 80-col. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3dd4e467465dac62e5e7de9968d0d9815c8e7455;p=oota-llvm.git 80-col. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196848 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h b/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h index ff2dd4a3b60..2e7dcf65a32 100644 --- a/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h +++ b/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h @@ -37,7 +37,8 @@ public: virtual void endModule() = 0; /// \brief Gather pre-function debug information. - /// Every beginFunction(MF) call should be followed by an endFunction(MF) call. + /// Every beginFunction(MF) call should be followed by an endFunction(MF) + /// call. virtual void beginFunction(const MachineFunction *MF) = 0; /// \brief Gather post-function debug information.